pub struct SetAgentIntegrationsResponseDiff {
pub assigned: Vec<String>,
pub unassigned: Vec<String>,
pub unknown: Vec<String>,
}Expand description
SetAgentIntegrationsResponseDiff model.
Fields§
§assigned: Vec<String>§unassigned: Vec<String>§unknown: Vec<String>Trait Implementations§
Source§impl Clone for SetAgentIntegrationsResponseDiff
impl Clone for SetAgentIntegrationsResponseDiff
Source§fn clone(&self) -> SetAgentIntegrationsResponseDiff
fn clone(&self) -> SetAgentIntegrationsResponseDiff
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 Default for SetAgentIntegrationsResponseDiff
impl Default for SetAgentIntegrationsResponseDiff
Source§fn default() -> SetAgentIntegrationsResponseDiff
fn default() -> SetAgentIntegrationsResponseDiff
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetAgentIntegrationsResponseDiff
impl<'de> Deserialize<'de> for SetAgentIntegrationsResponseDiff
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 StructuralPartialEq for SetAgentIntegrationsResponseDiff
Auto Trait Implementations§
impl Freeze for SetAgentIntegrationsResponseDiff
impl RefUnwindSafe for SetAgentIntegrationsResponseDiff
impl Send for SetAgentIntegrationsResponseDiff
impl Sync for SetAgentIntegrationsResponseDiff
impl Unpin for SetAgentIntegrationsResponseDiff
impl UnsafeUnpin for SetAgentIntegrationsResponseDiff
impl UnwindSafe for SetAgentIntegrationsResponseDiff
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