pub struct MutualAuthenticationsResponse {
pub links: Option<Box<PaginationLinks>>,
pub meta: Option<Box<PaginationMeta1>>,
pub data: Option<Vec<MutualAuthenticationResponseData>>,
}Fields§
§links: Option<Box<PaginationLinks>>§meta: Option<Box<PaginationMeta1>>§data: Option<Vec<MutualAuthenticationResponseData>>Implementations§
Trait Implementations§
Source§impl Clone for MutualAuthenticationsResponse
impl Clone for MutualAuthenticationsResponse
Source§fn clone(&self) -> MutualAuthenticationsResponse
fn clone(&self) -> MutualAuthenticationsResponse
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 MutualAuthenticationsResponse
impl Default for MutualAuthenticationsResponse
Source§fn default() -> MutualAuthenticationsResponse
fn default() -> MutualAuthenticationsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MutualAuthenticationsResponse
impl<'de> Deserialize<'de> for MutualAuthenticationsResponse
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 MutualAuthenticationsResponse
Auto Trait Implementations§
impl Freeze for MutualAuthenticationsResponse
impl RefUnwindSafe for MutualAuthenticationsResponse
impl Send for MutualAuthenticationsResponse
impl Sync for MutualAuthenticationsResponse
impl Unpin for MutualAuthenticationsResponse
impl UnsafeUnpin for MutualAuthenticationsResponse
impl UnwindSafe for MutualAuthenticationsResponse
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