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