pub struct AuthRequestToken {
pub future_challenge: [u8; 32],
}Expand description
AuthRequestMessageToken.
Fields§
§future_challenge: [u8; 32]32-byte (256-bit) nonce that must reappear in the next HandshakeRequest
as challenge1.
Implementations§
Trait Implementations§
Source§impl Clone for AuthRequestToken
impl Clone for AuthRequestToken
Source§fn clone(&self) -> AuthRequestToken
fn clone(&self) -> AuthRequestToken
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AuthRequestToken
impl Debug for AuthRequestToken
impl Eq for AuthRequestToken
Source§impl PartialEq for AuthRequestToken
impl PartialEq for AuthRequestToken
impl StructuralPartialEq for AuthRequestToken
Auto Trait Implementations§
impl Freeze for AuthRequestToken
impl RefUnwindSafe for AuthRequestToken
impl Send for AuthRequestToken
impl Sync for AuthRequestToken
impl Unpin for AuthRequestToken
impl UnsafeUnpin for AuthRequestToken
impl UnwindSafe for AuthRequestToken
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