pub struct Alternate<MODE, const A: u8> { /* private fields */ }Expand description
Alternate mode (type state)
Auto Trait Implementations§
impl<MODE, const A: u8> Freeze for Alternate<MODE, A>
impl<MODE, const A: u8> RefUnwindSafe for Alternate<MODE, A>where
MODE: RefUnwindSafe,
impl<MODE, const A: u8> Send for Alternate<MODE, A>where
MODE: Send,
impl<MODE, const A: u8> Sync for Alternate<MODE, A>where
MODE: Sync,
impl<MODE, const A: u8> Unpin for Alternate<MODE, A>where
MODE: Unpin,
impl<MODE, const A: u8> UnwindSafe for Alternate<MODE, A>where
MODE: 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