pub enum OnOffOnlyType {
On,
Off,
}
Variants§
Trait Implementations§
Source§impl Clone for OnOffOnlyType
impl Clone for OnOffOnlyType
Source§fn clone(&self) -> OnOffOnlyType
fn clone(&self) -> OnOffOnlyType
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 OnOffOnlyType
impl Debug for OnOffOnlyType
Source§impl Display for OnOffOnlyType
impl Display for OnOffOnlyType
Source§impl From<OnOffOnlyType> for TableHeader
impl From<OnOffOnlyType> for TableHeader
Source§fn from(val: OnOffOnlyType) -> Self
fn from(val: OnOffOnlyType) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for OnOffOnlyType
impl RefUnwindSafe for OnOffOnlyType
impl Send for OnOffOnlyType
impl Sync for OnOffOnlyType
impl Unpin for OnOffOnlyType
impl UnwindSafe for OnOffOnlyType
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