Enum async_session_types::Branch
source · [−]pub enum Branch<L, R> {
Left(L),
Right(R),
}
Variants
Left(L)
Right(R)
Auto Trait Implementations
impl<L, R> RefUnwindSafe for Branch<L, R> where
L: RefUnwindSafe,
R: RefUnwindSafe,
impl<L, R> Send for Branch<L, R> where
L: Send,
R: Send,
impl<L, R> Sync for Branch<L, R> where
L: Sync,
R: Sync,
impl<L, R> Unpin for Branch<L, R> where
L: Unpin,
R: Unpin,
impl<L, R> UnwindSafe for Branch<L, R> where
L: UnwindSafe,
R: 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