enum BelowState {
B0,
B1,
B2,
}
Variants§
Trait Implementations§
Source§impl Clone for BelowState
impl Clone for BelowState
Source§fn clone(&self) -> BelowState
fn clone(&self) -> BelowState
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 BelowState
Auto Trait Implementations§
impl Freeze for BelowState
impl RefUnwindSafe for BelowState
impl Send for BelowState
impl Sync for BelowState
impl Unpin for BelowState
impl UnwindSafe for BelowState
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