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