Struct fusionauth_rust_client::models::identity_provider_link_response::IdentityProviderLinkResponse
source · pub struct IdentityProviderLinkResponse {
pub identity_provider_link: Option<Box<IdentityProviderLink>>,
pub identity_provider_links: Option<Vec<IdentityProviderLink>>,
}
Expand description
IdentityProviderLinkResponse :
Fields§
§identity_provider_link: Option<Box<IdentityProviderLink>>
§identity_provider_links: Option<Vec<IdentityProviderLink>>
Implementations§
source§impl IdentityProviderLinkResponse
impl IdentityProviderLinkResponse
sourcepub fn new() -> IdentityProviderLinkResponse
pub fn new() -> IdentityProviderLinkResponse
Trait Implementations§
source§impl Clone for IdentityProviderLinkResponse
impl Clone for IdentityProviderLinkResponse
source§fn clone(&self) -> IdentityProviderLinkResponse
fn clone(&self) -> IdentityProviderLinkResponse
Returns a copy 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 Debug for IdentityProviderLinkResponse
impl Debug for IdentityProviderLinkResponse
source§impl Default for IdentityProviderLinkResponse
impl Default for IdentityProviderLinkResponse
source§fn default() -> IdentityProviderLinkResponse
fn default() -> IdentityProviderLinkResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for IdentityProviderLinkResponse
impl<'de> Deserialize<'de> for IdentityProviderLinkResponse
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 IdentityProviderLinkResponse
impl PartialEq for IdentityProviderLinkResponse
source§fn eq(&self, other: &IdentityProviderLinkResponse) -> bool
fn eq(&self, other: &IdentityProviderLinkResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for IdentityProviderLinkResponse
Auto Trait Implementations§
impl RefUnwindSafe for IdentityProviderLinkResponse
impl Send for IdentityProviderLinkResponse
impl Sync for IdentityProviderLinkResponse
impl Unpin for IdentityProviderLinkResponse
impl UnwindSafe for IdentityProviderLinkResponse
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