pub struct Seq<E> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<E: Clone + 'static> IPeekFirst<E> for Seq<E>
impl<E: Clone + 'static> IPeekFirst<E> for Seq<E>
fn peek_first(&self) -> Option<E>
impl<E: Clone + 'static> IPersistent for Seq<E>
Source§impl<E: Clone + 'static> IPushFirst<E> for Seq<E>
impl<E: Clone + 'static> IPushFirst<E> for Seq<E>
Auto Trait Implementations§
impl<E> !RefUnwindSafe for Seq<E>
impl<E> !Send for Seq<E>
impl<E> !Sync for Seq<E>
impl<E> !UnwindSafe for Seq<E>
impl<E> Freeze for Seq<E>
impl<E> Unpin for Seq<E>
impl<E> UnsafeUnpin for Seq<E>
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CheckedSum<usize> for Twhere
T: IntoIterator<Item = usize>,
impl<T> CheckedSum<usize> for Twhere
T: IntoIterator<Item = usize>,
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more