pub struct StateRef(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Ord for StateRef
impl Ord for StateRef
Source§impl PartialOrd for StateRef
impl PartialOrd for StateRef
impl Copy for StateRef
impl Eq for StateRef
impl StructuralPartialEq for StateRef
Auto Trait Implementations§
impl Freeze for StateRef
impl RefUnwindSafe for StateRef
impl Send for StateRef
impl Sync for StateRef
impl Unpin for StateRef
impl UnwindSafe for StateRef
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