pub enum GoHomeMode {
Normal,
FixedHeight,
}Variants§
Trait Implementations§
Source§impl Clone for GoHomeMode
impl Clone for GoHomeMode
Source§fn clone(&self) -> GoHomeMode
fn clone(&self) -> GoHomeMode
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 moreSource§impl Debug for GoHomeMode
impl Debug for GoHomeMode
Source§impl From<bool> for GoHomeMode
impl From<bool> for GoHomeMode
Source§impl Serialize for GoHomeMode
impl Serialize for GoHomeMode
impl Copy for GoHomeMode
Auto Trait Implementations§
impl Freeze for GoHomeMode
impl RefUnwindSafe for GoHomeMode
impl Send for GoHomeMode
impl Sync for GoHomeMode
impl Unpin for GoHomeMode
impl UnwindSafe for GoHomeMode
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