pub struct Definite;Expand description
Pipeline has a guaranteed initial value (materialize → Cell<T>).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Definite
impl RefUnwindSafe for Definite
impl Send for Definite
impl Sync for Definite
impl Unpin for Definite
impl UnsafeUnpin for Definite
impl UnwindSafe for Definite
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
Source§impl<T, P> DistinctExt<T, Definite> for P
impl<T, P> DistinctExt<T, Definite> for P
Source§impl<T, P> DistinctUntilChangedByExt<T, Definite> for P
impl<T, P> DistinctUntilChangedByExt<T, Definite> for P
Source§impl<T, P> FinalizeExt<T, Definite> for P
impl<T, P> FinalizeExt<T, Definite> for P
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