pub enum MutState {
    Mutable,
    Immutable,
}Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for MutState
impl RefUnwindSafe for MutState
impl Send for MutState
impl Sync for MutState
impl Unpin for MutState
impl UnwindSafe for MutState
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