Struct subunit_rust::InvalidFlag [−][src]
pub struct InvalidFlag;
Trait Implementations
impl Debug for InvalidFlag
[src]
impl Debug for InvalidFlag
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for InvalidFlag
[src]
impl Clone for InvalidFlag
fn clone(&self) -> InvalidFlag
[src]
fn clone(&self) -> InvalidFlag
Returns 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 Display for InvalidFlag
[src]
impl Display for InvalidFlag
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Error for InvalidFlag
[src]
impl Error for InvalidFlag
Auto Trait Implementations
impl Send for InvalidFlag
impl Send for InvalidFlag
impl Sync for InvalidFlag
impl Sync for InvalidFlag