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