pub struct CrAuth {
pub challenge: Vec<u8>,
}Expand description
osdp_CRAUTH body. Crypto challenge.
Fields§
§challenge: Vec<u8>Challenge nonce (typically 16 bytes).
Implementations§
Trait Implementations§
impl Eq for CrAuth
impl StructuralPartialEq for CrAuth
Auto Trait Implementations§
impl Freeze for CrAuth
impl RefUnwindSafe for CrAuth
impl Send for CrAuth
impl Sync for CrAuth
impl Unpin for CrAuth
impl UnsafeUnpin for CrAuth
impl UnwindSafe for CrAuth
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