pub struct IdentityProviderInfo {
pub id: String,
pub display_name: String,
pub kind: String,
pub ready: bool,
}Fields§
§id: String§display_name: String§kind: String§ready: boolTrait Implementations§
Source§impl Debug for IdentityProviderInfo
impl Debug for IdentityProviderInfo
Source§impl<'de> Deserialize<'de> for IdentityProviderInfo
impl<'de> Deserialize<'de> for IdentityProviderInfo
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
Auto Trait Implementations§
impl Freeze for IdentityProviderInfo
impl RefUnwindSafe for IdentityProviderInfo
impl Send for IdentityProviderInfo
impl Sync for IdentityProviderInfo
impl Unpin for IdentityProviderInfo
impl UnsafeUnpin for IdentityProviderInfo
impl UnwindSafe for IdentityProviderInfo
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