pub enum DisplayOnOff {
On,
Off,
}
Variants§
Trait Implementations§
Source§impl Clone for DisplayOnOff
impl Clone for DisplayOnOff
Source§fn clone(&self) -> DisplayOnOff
fn clone(&self) -> DisplayOnOff
Returns a duplicate 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 moreimpl Copy for DisplayOnOff
Auto Trait Implementations§
impl Freeze for DisplayOnOff
impl RefUnwindSafe for DisplayOnOff
impl Send for DisplayOnOff
impl Sync for DisplayOnOff
impl Unpin for DisplayOnOff
impl UnwindSafe for DisplayOnOff
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