pub struct OathCode {
pub digits: OathDigits,
pub value: u32,
pub expiration: u32,
pub steam: bool,
}
Fields§
§digits: OathDigits
§value: u32
§expiration: u32
§steam: bool
Trait Implementations§
impl StructuralPartialEq for OathCode
Auto Trait Implementations§
impl Freeze for OathCode
impl RefUnwindSafe for OathCode
impl Send for OathCode
impl Sync for OathCode
impl Unpin for OathCode
impl UnwindSafe for OathCode
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