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