pub struct Enter;
Trait Implementations§
source§impl PartialEq for Enter
impl PartialEq for Enter
impl Copy for Enter
impl Eq for Enter
impl StructuralEq for Enter
impl StructuralPartialEq for Enter
Auto Trait Implementations§
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