pub struct TimeBasedOneTimePasswordUpdate {
pub enabled: Option<Boolean>,
pub time_step_seconds: Option<Int64>,
}Expand description
Update struct corresponding to TimeBasedOneTimePassword
Fields§
§enabled: Option<Boolean>§time_step_seconds: Option<Int64>Implementations§
Source§impl TimeBasedOneTimePasswordUpdate
impl TimeBasedOneTimePasswordUpdate
pub fn builder() -> Self
pub const fn build(self) -> Self
pub fn with_enabled(self, v: Boolean) -> Self
pub fn with_time_step_seconds(self, v: Int64) -> Self
Trait Implementations§
Source§impl Default for TimeBasedOneTimePasswordUpdate
impl Default for TimeBasedOneTimePasswordUpdate
Source§fn default() -> TimeBasedOneTimePasswordUpdate
fn default() -> TimeBasedOneTimePasswordUpdate
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TimeBasedOneTimePasswordUpdate
impl RefUnwindSafe for TimeBasedOneTimePasswordUpdate
impl Send for TimeBasedOneTimePasswordUpdate
impl Sync for TimeBasedOneTimePasswordUpdate
impl Unpin for TimeBasedOneTimePasswordUpdate
impl UnsafeUnpin for TimeBasedOneTimePasswordUpdate
impl UnwindSafe for TimeBasedOneTimePasswordUpdate
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