pub struct AkaChallenge {
pub rand: [u8; 16],
pub autn: [u8; 16],
}
Fields§
§rand: [u8; 16]
§autn: [u8; 16]
Trait Implementations§
Source§impl FromRawStr for AkaChallenge
impl FromRawStr for AkaChallenge
Auto Trait Implementations§
impl Freeze for AkaChallenge
impl RefUnwindSafe for AkaChallenge
impl Send for AkaChallenge
impl Sync for AkaChallenge
impl Unpin for AkaChallenge
impl UnwindSafe for AkaChallenge
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