pub struct optv(pub &'static dyn Deref<Target = &'static OptVal>);Tuple Fields§
§0: &'static dyn Deref<Target = &'static OptVal>Trait Implementations§
Auto Trait Implementations§
impl Freeze for optv
impl !RefUnwindSafe for optv
impl !Send for optv
impl Unpin for optv
impl !UnwindSafe for optv
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