pub struct PlaySettings {
    pub hint: Hint,
    pub next: Next,
}Expand description
Play settings
Fields§
§hint: Hinthint style
next: Nextnext style
Trait Implementations§
Source§impl Clone for PlaySettings
 
impl Clone for PlaySettings
Source§fn clone(&self) -> PlaySettings
 
fn clone(&self) -> PlaySettings
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 PlaySettings
 
impl Debug for PlaySettings
Source§impl Default for PlaySettings
 
impl Default for PlaySettings
Source§fn default() -> PlaySettings
 
fn default() -> PlaySettings
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PlaySettings
 
impl<'de> Deserialize<'de> for PlaySettings
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
 
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PlaySettings
impl RefUnwindSafe for PlaySettings
impl Send for PlaySettings
impl Sync for PlaySettings
impl Unpin for PlaySettings
impl UnwindSafe for PlaySettings
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