pub struct PleaseIgnore { /* private fields */ }Implementations§
source§impl PleaseIgnore
impl PleaseIgnore
Auto Trait Implementations§
impl Freeze for PleaseIgnore
impl RefUnwindSafe for PleaseIgnore
impl Send for PleaseIgnore
impl Sync for PleaseIgnore
impl Unpin for PleaseIgnore
impl UnwindSafe for PleaseIgnore
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