pub struct OrganizationIdentityProvider;
Trait Implementations§
Source§impl HasField<externalIdentities> for OrganizationIdentityProvider
impl HasField<externalIdentities> for OrganizationIdentityProvider
Source§type Type = ExternalIdentityConnection
type Type = ExternalIdentityConnection
The schema marker type of this field.
Source§impl HasField<id> for OrganizationIdentityProvider
impl HasField<id> for OrganizationIdentityProvider
Source§impl HasField<idpCertificate> for OrganizationIdentityProvider
impl HasField<idpCertificate> for OrganizationIdentityProvider
Source§type Type = Option<X509Certificate>
type Type = Option<X509Certificate>
The schema marker type of this field.
Source§impl HasField<organization> for OrganizationIdentityProvider
impl HasField<organization> for OrganizationIdentityProvider
Source§type Type = Option<Organization>
type Type = Option<Organization>
The schema marker type of this field.
impl HasSubtype<OrganizationIdentityProvider> for Node
Auto Trait Implementations§
impl Freeze for OrganizationIdentityProvider
impl RefUnwindSafe for OrganizationIdentityProvider
impl Send for OrganizationIdentityProvider
impl Sync for OrganizationIdentityProvider
impl Unpin for OrganizationIdentityProvider
impl UnwindSafe for OrganizationIdentityProvider
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