pub struct IdentityProviderAdmin {
pub value: Value,
}
Fields§
§value: Value
Implementations§
Source§impl IdentityProviderAdmin
impl IdentityProviderAdmin
pub fn new(value: Value) -> IdentityProviderAdmin
Trait Implementations§
Source§impl Clone for IdentityProviderAdmin
impl Clone for IdentityProviderAdmin
Source§fn clone(&self) -> IdentityProviderAdmin
fn clone(&self) -> IdentityProviderAdmin
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 Debug for IdentityProviderAdmin
impl Debug for IdentityProviderAdmin
Source§impl Default for IdentityProviderAdmin
impl Default for IdentityProviderAdmin
Source§fn default() -> IdentityProviderAdmin
fn default() -> IdentityProviderAdmin
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IdentityProviderAdmin
impl<'de> Deserialize<'de> for IdentityProviderAdmin
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 IdentityProviderAdmin
impl PartialEq for IdentityProviderAdmin
Source§impl Serialize for IdentityProviderAdmin
impl Serialize for IdentityProviderAdmin
impl StructuralPartialEq for IdentityProviderAdmin
Auto Trait Implementations§
impl Freeze for IdentityProviderAdmin
impl RefUnwindSafe for IdentityProviderAdmin
impl Send for IdentityProviderAdmin
impl Sync for IdentityProviderAdmin
impl Unpin for IdentityProviderAdmin
impl UnwindSafe for IdentityProviderAdmin
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