pub struct SmartSpeakerUpdateRequest {
pub id: String,
pub display_name: Option<String>,
pub input_device_id: Option<String>,
pub output_device_id: Option<String>,
pub enabled: Option<bool>,
}Fields§
§id: String§display_name: Option<String>§input_device_id: Option<String>§output_device_id: Option<String>§enabled: Option<bool>Trait Implementations§
Source§impl Clone for SmartSpeakerUpdateRequest
impl Clone for SmartSpeakerUpdateRequest
Source§fn clone(&self) -> SmartSpeakerUpdateRequest
fn clone(&self) -> SmartSpeakerUpdateRequest
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 SmartSpeakerUpdateRequest
impl Debug for SmartSpeakerUpdateRequest
Source§impl<'de> Deserialize<'de> for SmartSpeakerUpdateRequest
impl<'de> Deserialize<'de> for SmartSpeakerUpdateRequest
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 SmartSpeakerUpdateRequest
impl StructuralPartialEq for SmartSpeakerUpdateRequest
Auto Trait Implementations§
impl Freeze for SmartSpeakerUpdateRequest
impl RefUnwindSafe for SmartSpeakerUpdateRequest
impl Send for SmartSpeakerUpdateRequest
impl Sync for SmartSpeakerUpdateRequest
impl Unpin for SmartSpeakerUpdateRequest
impl UnsafeUnpin for SmartSpeakerUpdateRequest
impl UnwindSafe for SmartSpeakerUpdateRequest
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