pub struct MutualAuthenticationsResponseAllOf {
pub data: Option<Vec<MutualAuthenticationResponseData>>,
}Fields§
§data: Option<Vec<MutualAuthenticationResponseData>>Implementations§
Trait Implementations§
Source§impl Clone for MutualAuthenticationsResponseAllOf
impl Clone for MutualAuthenticationsResponseAllOf
Source§fn clone(&self) -> MutualAuthenticationsResponseAllOf
fn clone(&self) -> MutualAuthenticationsResponseAllOf
Returns a duplicate of the value. Read more
1.0.0 · 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 MutualAuthenticationsResponseAllOf
impl Default for MutualAuthenticationsResponseAllOf
Source§fn default() -> MutualAuthenticationsResponseAllOf
fn default() -> MutualAuthenticationsResponseAllOf
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MutualAuthenticationsResponseAllOf
impl<'de> Deserialize<'de> for MutualAuthenticationsResponseAllOf
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 MutualAuthenticationsResponseAllOf
impl PartialEq for MutualAuthenticationsResponseAllOf
Source§fn eq(&self, other: &MutualAuthenticationsResponseAllOf) -> bool
fn eq(&self, other: &MutualAuthenticationsResponseAllOf) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MutualAuthenticationsResponseAllOf
Auto Trait Implementations§
impl Freeze for MutualAuthenticationsResponseAllOf
impl RefUnwindSafe for MutualAuthenticationsResponseAllOf
impl Send for MutualAuthenticationsResponseAllOf
impl Sync for MutualAuthenticationsResponseAllOf
impl Unpin for MutualAuthenticationsResponseAllOf
impl UnwindSafe for MutualAuthenticationsResponseAllOf
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