pub struct Branched<'p, 'c, T, R: CfdScalar + 'c, S> { /* private fields */ }Expand description
One branch world per case at the fork, awaiting the continued march. Produced by
branch; its only verb is continue_for.
Auto Trait Implementations§
impl<'p, 'c, T, R, S> Freeze for Branched<'p, 'c, T, R, S>
impl<'p, 'c, T, R, S> RefUnwindSafe for Branched<'p, 'c, T, R, S>where
Vec<T>: RefUnwindSafe,
Vec<CompressibleMarchConfig<R>>: RefUnwindSafe,
&'p CarrierPause<'c, R, S, CompressibleCarrier<R>, 2>: RefUnwindSafe,
impl<'p, 'c, T, R, S> Send for Branched<'p, 'c, T, R, S>
impl<'p, 'c, T, R, S> Sync for Branched<'p, 'c, T, R, S>
impl<'p, 'c, T, R, S> Unpin for Branched<'p, 'c, T, R, S>
impl<'p, 'c, T, R, S> UnsafeUnpin for Branched<'p, 'c, T, R, S>where
Vec<T>: UnsafeUnpin,
Vec<CompressibleMarchConfig<R>>: UnsafeUnpin,
&'p CarrierPause<'c, R, S, CompressibleCarrier<R>, 2>: UnsafeUnpin,
impl<'p, 'c, T, R, S> UnwindSafe for Branched<'p, 'c, T, R, S>where
Vec<T>: UnwindSafe,
Vec<CompressibleMarchConfig<R>>: UnwindSafe,
&'p CarrierPause<'c, R, S, CompressibleCarrier<R>, 2>: UnwindSafe,
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> 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