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