pub struct MissingAllowThis;Trait Implementations§
Auto Trait Implementations§
impl Freeze for MissingAllowThis
impl RefUnwindSafe for MissingAllowThis
impl Send for MissingAllowThis
impl Sync for MissingAllowThis
impl Unpin for MissingAllowThis
impl UnsafeUnpin for MissingAllowThis
impl UnwindSafe for MissingAllowThis
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