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