pub struct identityProvider;Trait Implementations§
Source§impl Field for identityProvider
impl Field for identityProvider
Source§impl HasField<identityProvider> for OrganizationDomain
impl HasField<identityProvider> for OrganizationDomain
Source§type Type = Option<IdentityProvider>
type Type = Option<IdentityProvider>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for identityProvider
impl RefUnwindSafe for identityProvider
impl Send for identityProvider
impl Sync for identityProvider
impl Unpin for identityProvider
impl UnwindSafe for identityProvider
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