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