pub struct DeviceMutationResponse {
pub device_ids: Vec<String>,
pub changed: bool,
}Fields§
§device_ids: Vec<String>§changed: boolTrait Implementations§
Source§impl Clone for DeviceMutationResponse
impl Clone for DeviceMutationResponse
Source§fn clone(&self) -> DeviceMutationResponse
fn clone(&self) -> DeviceMutationResponse
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 DeviceMutationResponse
impl Debug for DeviceMutationResponse
Source§impl<'de> Deserialize<'de> for DeviceMutationResponse
impl<'de> Deserialize<'de> for DeviceMutationResponse
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 DeviceMutationResponse
Source§impl PartialEq for DeviceMutationResponse
impl PartialEq for DeviceMutationResponse
Source§impl Serialize for DeviceMutationResponse
impl Serialize for DeviceMutationResponse
impl StructuralPartialEq for DeviceMutationResponse
Auto Trait Implementations§
impl Freeze for DeviceMutationResponse
impl RefUnwindSafe for DeviceMutationResponse
impl Send for DeviceMutationResponse
impl Sync for DeviceMutationResponse
impl Unpin for DeviceMutationResponse
impl UnsafeUnpin for DeviceMutationResponse
impl UnwindSafe for DeviceMutationResponse
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