pub struct GetPlayInstructionsParams {
pub play_instructions: Option<PlayInstructions>,
}Expand description
- Retrieves a list of Play Instructions modes if no additional parameter is provided. - Retrieves a specific Play Instructions mode if a play code is provided.
Parameters for Client::get_play_instructions (wire method getPlayInstructions).
Fields§
§play_instructions: Option<PlayInstructions>Code for a specific Play Instructions setting (Example: ‘u’)
Trait Implementations§
Source§impl Clone for GetPlayInstructionsParams
impl Clone for GetPlayInstructionsParams
Source§fn clone(&self) -> GetPlayInstructionsParams
fn clone(&self) -> GetPlayInstructionsParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetPlayInstructionsParams
impl Debug for GetPlayInstructionsParams
Source§impl Default for GetPlayInstructionsParams
impl Default for GetPlayInstructionsParams
Source§fn default() -> GetPlayInstructionsParams
fn default() -> GetPlayInstructionsParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetPlayInstructionsParams
impl RefUnwindSafe for GetPlayInstructionsParams
impl Send for GetPlayInstructionsParams
impl Sync for GetPlayInstructionsParams
impl Unpin for GetPlayInstructionsParams
impl UnsafeUnpin for GetPlayInstructionsParams
impl UnwindSafe for GetPlayInstructionsParams
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