pub struct OIDCProvider;
Trait Implementations§
Source§impl HasField<__typename> for OIDCProvider
impl HasField<__typename> for OIDCProvider
Source§impl HasField<enterprise> for OIDCProvider
impl HasField<enterprise> for OIDCProvider
Source§type Type = Option<Enterprise>
type Type = Option<Enterprise>
The schema marker type of this field.
Source§impl HasField<externalIdentities> for OIDCProvider
impl HasField<externalIdentities> for OIDCProvider
Source§type Type = ExternalIdentityConnection
type Type = ExternalIdentityConnection
The schema marker type of this field.
Source§impl HasField<providerType> for OIDCProvider
impl HasField<providerType> for OIDCProvider
Source§type Type = OIDCProviderType
type Type = OIDCProviderType
The schema marker type of this field.
Source§impl HasField<tenantId> for OIDCProvider
impl HasField<tenantId> for OIDCProvider
Source§impl NamedType for OIDCProvider
impl NamedType for OIDCProvider
impl HasSubtype<OIDCProvider> for Node
Auto Trait Implementations§
impl Freeze for OIDCProvider
impl RefUnwindSafe for OIDCProvider
impl Send for OIDCProvider
impl Sync for OIDCProvider
impl Unpin for OIDCProvider
impl UnwindSafe for OIDCProvider
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