enum AboveState {
T0,
T1,
T2,
T3,
}
Variants§
Trait Implementations§
Source§impl Clone for AboveState
impl Clone for AboveState
Source§fn clone(&self) -> AboveState
fn clone(&self) -> AboveState
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 AboveState
Auto Trait Implementations§
impl Freeze for AboveState
impl RefUnwindSafe for AboveState
impl Send for AboveState
impl Sync for AboveState
impl Unpin for AboveState
impl UnwindSafe for AboveState
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