pub struct Alternate<Otype = PushPull>(/* private fields */);
Expand description
Alternate function
Implementations§
Trait Implementations§
impl<MODE> Active for Alternate<MODE>
Auto Trait Implementations§
impl<Otype> Freeze for Alternate<Otype>
impl<Otype> RefUnwindSafe for Alternate<Otype>where
Otype: RefUnwindSafe,
impl<Otype> Send for Alternate<Otype>where
Otype: Send,
impl<Otype> Sync for Alternate<Otype>where
Otype: Sync,
impl<Otype> Unpin for Alternate<Otype>where
Otype: Unpin,
impl<Otype> UnwindSafe for Alternate<Otype>where
Otype: 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