pub struct OptionApplicative;Expand description
OptionApplicative provides applicative structure over Option values.
Implementations§
Auto Trait Implementations§
impl Freeze for OptionApplicative
impl RefUnwindSafe for OptionApplicative
impl Send for OptionApplicative
impl Sync for OptionApplicative
impl Unpin for OptionApplicative
impl UnsafeUnpin for OptionApplicative
impl UnwindSafe for OptionApplicative
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