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