pub struct Enter;
Trait Implementations§
impl Copy for Enter
impl Eq for Enter
impl StructuralPartialEq for Enter
Auto Trait Implementations§
impl Freeze for Enter
impl RefUnwindSafe for Enter
impl Send for Enter
impl Sync for Enter
impl Unpin for Enter
impl UnwindSafe for Enter
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