pub struct ClientToHostChallengeCommand {
pub nonce: Nonce,
}Fields§
§nonce: NonceImplementations§
Source§impl ClientToHostChallengeCommand
impl ClientToHostChallengeCommand
pub fn to_stream(&self, stream: &mut impl WriteOctetStream) -> Result<()>
pub fn from_stream(stream: &mut impl ReadOctetStream) -> Result<Self>
Trait Implementations§
Source§impl Debug for ClientToHostChallengeCommand
impl Debug for ClientToHostChallengeCommand
Source§impl PartialEq for ClientToHostChallengeCommand
impl PartialEq for ClientToHostChallengeCommand
Source§fn eq(&self, other: &ClientToHostChallengeCommand) -> bool
fn eq(&self, other: &ClientToHostChallengeCommand) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClientToHostChallengeCommand
Auto Trait Implementations§
impl Freeze for ClientToHostChallengeCommand
impl RefUnwindSafe for ClientToHostChallengeCommand
impl Send for ClientToHostChallengeCommand
impl Sync for ClientToHostChallengeCommand
impl Unpin for ClientToHostChallengeCommand
impl UnwindSafe for ClientToHostChallengeCommand
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