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