pub enum QueueState {
Played,
First,
AddHere,
NoState,
}Variants§
Trait Implementations§
Source§impl Clone for QueueState
impl Clone for QueueState
Source§fn clone(&self) -> QueueState
fn clone(&self) -> QueueState
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for QueueState
impl Debug for QueueState
Source§impl PartialEq for QueueState
impl PartialEq for QueueState
impl Copy for QueueState
impl StructuralPartialEq for QueueState
Auto Trait Implementations§
impl Freeze for QueueState
impl RefUnwindSafe for QueueState
impl Send for QueueState
impl Sync for QueueState
impl Unpin for QueueState
impl UnwindSafe for QueueState
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