pub struct VecF;Expand description
Type constructor for Vec<T>.
Trait Implementations§
Source§impl Applicative for VecF
Available on crate features alloc or std only.
impl Applicative for VecF
Available on crate features
alloc or std only.Source§impl ApplicativeSt for VecF
Available on crate features alloc or std only.
impl ApplicativeSt for VecF
Available on crate features
alloc or std only.Source§impl FunctorFilter for VecF
Available on crate features alloc or std only.
impl FunctorFilter for VecF
Available on crate features
alloc or std only.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 VecF
impl RefUnwindSafe for VecF
impl Send for VecF
impl Sync for VecF
impl Unpin for VecF
impl UnsafeUnpin for VecF
impl UnwindSafe for VecF
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