pub struct AuthRequestToken {
pub future_challenge: [u8; 32],
}Expand description
AuthRequestMessageToken.
Fields§
§future_challenge: [u8; 32]32-Byte (256-bit) Nonce, der im naechsten HandshakeRequest
als challenge1 wieder auftauchen muss.
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
Source§impl PartialEq for AuthRequestToken
impl PartialEq for AuthRequestToken
Source§fn eq(&self, other: &AuthRequestToken) -> bool
fn eq(&self, other: &AuthRequestToken) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq 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