Struct lunatic_twitchax_patch::protocol::Choose
source · pub struct Choose<P, Q>(/* private fields */);Expand description
Active choice between P and Q
Trait Implementations§
Auto Trait Implementations§
impl<P, Q> RefUnwindSafe for Choose<P, Q>where
P: RefUnwindSafe,
Q: RefUnwindSafe,
impl<P, Q> Send for Choose<P, Q>
impl<P, Q> Sync for Choose<P, Q>
impl<P, Q> Unpin for Choose<P, Q>
impl<P, Q> UnwindSafe for Choose<P, Q>where
P: UnwindSafe,
Q: 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