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