pub enum InPlayQueue {
No,
Yes,
}Variants§
Trait Implementations§
Source§impl Debug for InPlayQueue
impl Debug for InPlayQueue
Auto Trait Implementations§
impl Freeze for InPlayQueue
impl RefUnwindSafe for InPlayQueue
impl Send for InPlayQueue
impl Sync for InPlayQueue
impl Unpin for InPlayQueue
impl UnwindSafe for InPlayQueue
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