pub struct ExternalAgentConfigDetectResponse {
pub items: Vec<ExternalAgentConfigMigrationItem>,
}Fields§
§items: Vec<ExternalAgentConfigMigrationItem>Trait Implementations§
Source§impl Clone for ExternalAgentConfigDetectResponse
impl Clone for ExternalAgentConfigDetectResponse
Source§fn clone(&self) -> ExternalAgentConfigDetectResponse
fn clone(&self) -> ExternalAgentConfigDetectResponse
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<'de> Deserialize<'de> for ExternalAgentConfigDetectResponse
impl<'de> Deserialize<'de> for ExternalAgentConfigDetectResponse
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
Source§impl PartialEq for ExternalAgentConfigDetectResponse
impl PartialEq for ExternalAgentConfigDetectResponse
Source§fn eq(&self, other: &ExternalAgentConfigDetectResponse) -> bool
fn eq(&self, other: &ExternalAgentConfigDetectResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExternalAgentConfigDetectResponse
Auto Trait Implementations§
impl Freeze for ExternalAgentConfigDetectResponse
impl RefUnwindSafe for ExternalAgentConfigDetectResponse
impl Send for ExternalAgentConfigDetectResponse
impl Sync for ExternalAgentConfigDetectResponse
impl Unpin for ExternalAgentConfigDetectResponse
impl UnsafeUnpin for ExternalAgentConfigDetectResponse
impl UnwindSafe for ExternalAgentConfigDetectResponse
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