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 std or alloc only.
impl NaturalTransformation<OptionF, VecF> for OptionToVec
Available on crate features
std or alloc only.Source§impl NaturalTransformation<VecF, OptionF> for VecHeadToOption
Available on crate features std or alloc only.
impl NaturalTransformation<VecF, OptionF> for VecHeadToOption
Available on crate features
std or alloc 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§
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