pub struct SetPlayModeOperationResponse;Trait Implementations§
Source§impl Clone for SetPlayModeOperationResponse
impl Clone for SetPlayModeOperationResponse
Source§fn clone(&self) -> SetPlayModeOperationResponse
fn clone(&self) -> SetPlayModeOperationResponse
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 SetPlayModeOperationResponse
impl Debug for SetPlayModeOperationResponse
Source§impl<'de> Deserialize<'de> for SetPlayModeOperationResponse
impl<'de> Deserialize<'de> for SetPlayModeOperationResponse
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
Source§impl PartialEq for SetPlayModeOperationResponse
impl PartialEq for SetPlayModeOperationResponse
Source§fn eq(&self, other: &SetPlayModeOperationResponse) -> bool
fn eq(&self, other: &SetPlayModeOperationResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SetPlayModeOperationResponse
Auto Trait Implementations§
impl Freeze for SetPlayModeOperationResponse
impl RefUnwindSafe for SetPlayModeOperationResponse
impl Send for SetPlayModeOperationResponse
impl Sync for SetPlayModeOperationResponse
impl Unpin for SetPlayModeOperationResponse
impl UnsafeUnpin for SetPlayModeOperationResponse
impl UnwindSafe for SetPlayModeOperationResponse
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