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