pub struct OneTimePasscodeUpdate {
pub enabled: Option<Boolean>,
}Expand description
Update struct corresponding to OneTimePasscode
Fields§
§enabled: Option<Boolean>Implementations§
Trait Implementations§
Source§impl Debug for OneTimePasscodeUpdate
impl Debug for OneTimePasscodeUpdate
Source§impl Default for OneTimePasscodeUpdate
impl Default for OneTimePasscodeUpdate
Source§fn default() -> OneTimePasscodeUpdate
fn default() -> OneTimePasscodeUpdate
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OneTimePasscodeUpdate
impl RefUnwindSafe for OneTimePasscodeUpdate
impl Send for OneTimePasscodeUpdate
impl Sync for OneTimePasscodeUpdate
impl Unpin for OneTimePasscodeUpdate
impl UnsafeUnpin for OneTimePasscodeUpdate
impl UnwindSafe for OneTimePasscodeUpdate
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