Struct async_session_types::Offer
source · [−]Expand description
Passive choice (offer) between P
and Q
Trait Implementations
Auto Trait Implementations
impl<P, Q> RefUnwindSafe for Offer<P, Q> where
P: RefUnwindSafe,
Q: RefUnwindSafe,
impl<P, Q> Send for Offer<P, Q> where
P: Send,
Q: Send,
impl<P, Q> Sync for Offer<P, Q> where
P: Sync,
Q: Sync,
impl<P, Q> Unpin for Offer<P, Q> where
P: Unpin,
Q: Unpin,
impl<P, Q> UnwindSafe for Offer<P, Q> where
P: UnwindSafe,
Q: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more