pub enum State2 {}
Trait Implementations§
Source§impl Ord for State2
impl Ord for State2
Source§impl PartialOrd for State2
impl PartialOrd for State2
impl Copy for State2
impl Eq for State2
impl StructuralPartialEq for State2
Auto Trait Implementations§
impl Freeze for State2
impl RefUnwindSafe for State2
impl Send for State2
impl Sync for State2
impl Unpin for State2
impl UnwindSafe for State2
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