pub struct self_ {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for self_
impl RefUnwindSafe for self_
impl Send for self_
impl Sync for self_
impl Unpin for self_
impl UnwindSafe for self_
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