Struct input::CloseArgs [−][src]
pub struct CloseArgs;
Close arguments.
Trait Implementations
impl Copy for CloseArgs[src]
impl Copy for CloseArgsimpl Clone for CloseArgs[src]
impl Clone for CloseArgsfn clone(&self) -> CloseArgs[src]
fn clone(&self) -> CloseArgsReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for CloseArgs[src]
impl PartialEq for CloseArgsfn eq(&self, other: &CloseArgs) -> bool[src]
fn eq(&self, other: &CloseArgs) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Debug for CloseArgs[src]
impl Debug for CloseArgsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl From<CloseArgs> for Input[src]
impl From<CloseArgs> for Input