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