pub struct ExternalIdentity;
Trait Implementations§
Source§impl HasField<__typename> for ExternalIdentity
impl HasField<__typename> for ExternalIdentity
Source§impl HasField<guid> for ExternalIdentity
impl HasField<guid> for ExternalIdentity
Source§impl HasField<id> for ExternalIdentity
impl HasField<id> for ExternalIdentity
Source§impl HasField<organizationInvitation> for ExternalIdentity
impl HasField<organizationInvitation> for ExternalIdentity
Source§type Type = Option<OrganizationInvitation>
type Type = Option<OrganizationInvitation>
The schema marker type of this field.
Source§impl HasField<samlIdentity> for ExternalIdentity
impl HasField<samlIdentity> for ExternalIdentity
Source§type Type = Option<ExternalIdentitySamlAttributes>
type Type = Option<ExternalIdentitySamlAttributes>
The schema marker type of this field.
Source§impl HasField<scimIdentity> for ExternalIdentity
impl HasField<scimIdentity> for ExternalIdentity
Source§type Type = Option<ExternalIdentityScimAttributes>
type Type = Option<ExternalIdentityScimAttributes>
The schema marker type of this field.
Source§impl HasField<user> for ExternalIdentity
impl HasField<user> for ExternalIdentity
Source§impl NamedType for ExternalIdentity
impl NamedType for ExternalIdentity
impl HasSubtype<ExternalIdentity> for Node
Auto Trait Implementations§
impl Freeze for ExternalIdentity
impl RefUnwindSafe for ExternalIdentity
impl Send for ExternalIdentity
impl Sync for ExternalIdentity
impl Unpin for ExternalIdentity
impl UnwindSafe for ExternalIdentity
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