pub struct InChallengeCommand {
pub nonce: Nonce,
pub incoming_server_challenge: ServerChallenge,
}Fields§
§nonce: Nonce§incoming_server_challenge: ServerChallengeImplementations§
Source§impl InChallengeCommand
impl InChallengeCommand
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 InChallengeCommand
impl Debug for InChallengeCommand
Source§impl PartialEq for InChallengeCommand
impl PartialEq for InChallengeCommand
impl StructuralPartialEq for InChallengeCommand
Auto Trait Implementations§
impl Freeze for InChallengeCommand
impl RefUnwindSafe for InChallengeCommand
impl Send for InChallengeCommand
impl Sync for InChallengeCommand
impl Unpin for InChallengeCommand
impl UnwindSafe for InChallengeCommand
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