pub struct SaltNonce(/* private fields */);Expand description
The advertisement’s r; the reference calls it random_hash but it’s truly a nonce, not a hash.
Implementations§
Trait Implementations§
impl Copy for SaltNonce
impl Eq for SaltNonce
impl StructuralPartialEq for SaltNonce
Auto Trait Implementations§
impl Freeze for SaltNonce
impl RefUnwindSafe for SaltNonce
impl Send for SaltNonce
impl Sync for SaltNonce
impl Unpin for SaltNonce
impl UnsafeUnpin for SaltNonce
impl UnwindSafe for SaltNonce
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