pub struct SmartSpeakerMutationResponse {
pub changed: bool,
pub smart_speaker: Option<SmartSpeaker>,
}Fields§
§changed: bool§smart_speaker: Option<SmartSpeaker>Trait Implementations§
Source§impl Clone for SmartSpeakerMutationResponse
impl Clone for SmartSpeakerMutationResponse
Source§fn clone(&self) -> SmartSpeakerMutationResponse
fn clone(&self) -> SmartSpeakerMutationResponse
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 SmartSpeakerMutationResponse
impl Debug for SmartSpeakerMutationResponse
Source§impl<'de> Deserialize<'de> for SmartSpeakerMutationResponse
impl<'de> Deserialize<'de> for SmartSpeakerMutationResponse
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
impl Eq for SmartSpeakerMutationResponse
impl StructuralPartialEq for SmartSpeakerMutationResponse
Auto Trait Implementations§
impl Freeze for SmartSpeakerMutationResponse
impl RefUnwindSafe for SmartSpeakerMutationResponse
impl Send for SmartSpeakerMutationResponse
impl Sync for SmartSpeakerMutationResponse
impl Unpin for SmartSpeakerMutationResponse
impl UnsafeUnpin for SmartSpeakerMutationResponse
impl UnwindSafe for SmartSpeakerMutationResponse
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