pub struct Passcode {
pub reg_code_hex: String,
pub user_id: String,
}Expand description
Passcode material for dictionaries that encrypt the keyword header.
Fields§
§reg_code_hex: String§user_id: StringTrait Implementations§
impl Eq for Passcode
impl StructuralPartialEq for Passcode
Auto Trait Implementations§
impl Freeze for Passcode
impl RefUnwindSafe for Passcode
impl Send for Passcode
impl Sync for Passcode
impl Unpin for Passcode
impl UnsafeUnpin for Passcode
impl UnwindSafe for Passcode
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