pub struct IdentityProviderResponse {
pub identity_provider: Option<Box<IdentityProviderField>>,
pub identity_providers: Option<Vec<IdentityProviderField>>,
}
Expand description
IdentityProviderResponse :
Fields§
§identity_provider: Option<Box<IdentityProviderField>>
§identity_providers: Option<Vec<IdentityProviderField>>
Implementations§
Source§impl IdentityProviderResponse
impl IdentityProviderResponse
Sourcepub fn new() -> IdentityProviderResponse
pub fn new() -> IdentityProviderResponse
Trait Implementations§
Source§impl Clone for IdentityProviderResponse
impl Clone for IdentityProviderResponse
Source§fn clone(&self) -> IdentityProviderResponse
fn clone(&self) -> IdentityProviderResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for IdentityProviderResponse
impl Debug for IdentityProviderResponse
Source§impl Default for IdentityProviderResponse
impl Default for IdentityProviderResponse
Source§fn default() -> IdentityProviderResponse
fn default() -> IdentityProviderResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IdentityProviderResponse
impl<'de> Deserialize<'de> for IdentityProviderResponse
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 IdentityProviderResponse
impl PartialEq for IdentityProviderResponse
Source§impl Serialize for IdentityProviderResponse
impl Serialize for IdentityProviderResponse
impl StructuralPartialEq for IdentityProviderResponse
Auto Trait Implementations§
impl Freeze for IdentityProviderResponse
impl RefUnwindSafe for IdentityProviderResponse
impl Send for IdentityProviderResponse
impl Sync for IdentityProviderResponse
impl Unpin for IdentityProviderResponse
impl UnwindSafe for IdentityProviderResponse
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