pub struct Choose<P: Outgoing, Q: Outgoing>(/* private fields */);
Expand description
Active choice between P
and Q
Trait Implementations§
impl<P: Outgoing, Q: Outgoing> Outgoing for Choose<P, Q>
Auto Trait Implementations§
impl<P, Q> Freeze for Choose<P, Q>
impl<P, Q> RefUnwindSafe for Choose<P, Q>where
P: RefUnwindSafe,
Q: RefUnwindSafe,
impl<P, Q> Send for Choose<P, Q>
impl<P, Q> Sync for Choose<P, Q>
impl<P, Q> Unpin for Choose<P, Q>
impl<P, Q> UnwindSafe for Choose<P, Q>where
P: UnwindSafe,
Q: 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