pub struct oidcProvider;Trait Implementations§
Source§impl Field for oidcProvider
impl Field for oidcProvider
Source§impl HasField<oidcProvider> for EnterpriseOwnerInfo
impl HasField<oidcProvider> for EnterpriseOwnerInfo
Source§type Type = Option<OIDCProvider>
type Type = Option<OIDCProvider>
The schema marker type of this field.
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