pub struct HasStatusLine(pub bool);
Tuple Fields§
§0: bool
Trait Implementations§
Source§impl<'a> Capability<'a> for HasStatusLine
impl<'a> Capability<'a> for HasStatusLine
Source§impl Clone for HasStatusLine
impl Clone for HasStatusLine
Source§fn clone(&self) -> HasStatusLine
fn clone(&self) -> HasStatusLine
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for HasStatusLine
impl Debug for HasStatusLine
Source§impl From<HasStatusLine> for bool
impl From<HasStatusLine> for bool
Source§fn from(cap: HasStatusLine) -> Self
fn from(cap: HasStatusLine) -> Self
Converts to this type from the input type.
Source§impl PartialEq for HasStatusLine
impl PartialEq for HasStatusLine
impl Copy for HasStatusLine
impl Eq for HasStatusLine
impl StructuralPartialEq for HasStatusLine
Auto Trait Implementations§
impl Freeze for HasStatusLine
impl RefUnwindSafe for HasStatusLine
impl Send for HasStatusLine
impl Sync for HasStatusLine
impl Unpin for HasStatusLine
impl UnwindSafe for HasStatusLine
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more