pub struct Alternative<L, R> { /* private fields */ }
Implementations§
Source§impl<L, R> Alternative<L, R>
impl<L, R> Alternative<L, R>
Trait Implementations§
Auto Trait Implementations§
impl<L, R> Freeze for Alternative<L, R>
impl<L, R> RefUnwindSafe for Alternative<L, R>where
L: RefUnwindSafe,
R: RefUnwindSafe,
impl<L, R> Send for Alternative<L, R>
impl<L, R> Sync for Alternative<L, R>
impl<L, R> Unpin for Alternative<L, R>
impl<L, R> UnwindSafe for Alternative<L, R>where
L: UnwindSafe,
R: 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