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