pub enum ShouldPlay {
    No,
    Between(Tick, Tick),
}Variants§
Trait Implementations§
Source§impl Clone for ShouldPlay
 
impl Clone for ShouldPlay
Source§fn clone(&self) -> ShouldPlay
 
fn clone(&self) -> ShouldPlay
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 PartialEq for ShouldPlay
 
impl PartialEq for ShouldPlay
impl Copy for ShouldPlay
impl Eq for ShouldPlay
impl StructuralPartialEq for ShouldPlay
Auto Trait Implementations§
impl Freeze for ShouldPlay
impl RefUnwindSafe for ShouldPlay
impl Send for ShouldPlay
impl Sync for ShouldPlay
impl Unpin for ShouldPlay
impl UnwindSafe for ShouldPlay
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
Source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.