pub struct SamlIdentityProviderCreateWhen(/* private fields */);Implementations§
Auto Trait Implementations§
impl Freeze for SamlIdentityProviderCreateWhen
impl !RefUnwindSafe for SamlIdentityProviderCreateWhen
impl !Send for SamlIdentityProviderCreateWhen
impl !Sync for SamlIdentityProviderCreateWhen
impl Unpin for SamlIdentityProviderCreateWhen
impl UnsafeUnpin for SamlIdentityProviderCreateWhen
impl !UnwindSafe for SamlIdentityProviderCreateWhen
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