pub struct OptionF;Expand description
Type constructor for Option<T>.
Trait Implementations§
Source§impl FunctorFilter for OptionF
impl FunctorFilter for OptionF
Source§impl NaturalTransformation<OptionF, VecF> for OptionToVec
Available on crate features alloc or std only.
impl NaturalTransformation<OptionF, VecF> for OptionToVec
Available on crate features
alloc or std only.Source§impl NaturalTransformation<VecF, OptionF> for VecHeadToOption
Available on crate features alloc or std only.
impl NaturalTransformation<VecF, OptionF> for VecHeadToOption
Available on crate features
alloc or std only.Auto Trait Implementations§
impl Freeze for OptionF
impl RefUnwindSafe for OptionF
impl Send for OptionF
impl Sync for OptionF
impl Unpin for OptionF
impl UnsafeUnpin for OptionF
impl UnwindSafe for OptionF
Blanket Implementations§
impl<F> Alternative for Fwhere
F: Applicative + Plus,
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