pub struct AuthSettingsUpdateWhen(/* private fields */);Implementations§
Source§impl AuthSettingsUpdateWhen
impl AuthSettingsUpdateWhen
pub fn new(inner: When) -> Self
pub fn into_inner(self) -> When
pub fn body(self, value: &SiloAuthSettingsUpdate) -> Self
Auto Trait Implementations§
impl Freeze for AuthSettingsUpdateWhen
impl !RefUnwindSafe for AuthSettingsUpdateWhen
impl !Send for AuthSettingsUpdateWhen
impl !Sync for AuthSettingsUpdateWhen
impl Unpin for AuthSettingsUpdateWhen
impl UnsafeUnpin for AuthSettingsUpdateWhen
impl !UnwindSafe for AuthSettingsUpdateWhen
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