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