pub struct AuthIdentityProvider;Trait Implementations§
Source§impl HasField<__typename> for AuthIdentityProvider
impl HasField<__typename> for AuthIdentityProvider
Source§impl HasField<createdAt> for AuthIdentityProvider
impl HasField<createdAt> for AuthIdentityProvider
Source§impl HasField<id> for AuthIdentityProvider
impl HasField<id> for AuthIdentityProvider
Source§impl HasField<priority> for AuthIdentityProvider
impl HasField<priority> for AuthIdentityProvider
Source§impl HasField<samlEnabled> for AuthIdentityProvider
impl HasField<samlEnabled> for AuthIdentityProvider
Source§impl HasField<scimEnabled> for AuthIdentityProvider
impl HasField<scimEnabled> for AuthIdentityProvider
Source§impl HasField<spEntityId> for AuthIdentityProvider
impl HasField<spEntityId> for AuthIdentityProvider
Source§impl HasField<ssoBinding> for AuthIdentityProvider
impl HasField<ssoBinding> for AuthIdentityProvider
Source§impl HasField<ssoEndpoint> for AuthIdentityProvider
impl HasField<ssoEndpoint> for AuthIdentityProvider
Source§impl HasField<ssoSignAlgo> for AuthIdentityProvider
impl HasField<ssoSignAlgo> for AuthIdentityProvider
Source§impl HasField<type> for AuthIdentityProvider
impl HasField<type> for AuthIdentityProvider
Source§type Type = IdentityProviderType
type Type = IdentityProviderType
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for AuthIdentityProvider
impl RefUnwindSafe for AuthIdentityProvider
impl Send for AuthIdentityProvider
impl Sync for AuthIdentityProvider
impl Unpin for AuthIdentityProvider
impl UnwindSafe for AuthIdentityProvider
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