pub struct AcceptedReply {
pub verifier: OpaqueAuth,
pub status: AcceptedStatus,
}Fields§
§verifier: OpaqueAuth§status: AcceptedStatusTrait Implementations§
Source§impl Clone for AcceptedReply
impl Clone for AcceptedReply
Source§fn clone(&self) -> AcceptedReply
fn clone(&self) -> AcceptedReply
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 AcceptedReply
impl Debug for AcceptedReply
impl Eq for AcceptedReply
Source§impl PartialEq for AcceptedReply
impl PartialEq for AcceptedReply
Source§fn eq(&self, other: &AcceptedReply) -> bool
fn eq(&self, other: &AcceptedReply) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AcceptedReply
Auto Trait Implementations§
impl !Freeze for AcceptedReply
impl RefUnwindSafe for AcceptedReply
impl Send for AcceptedReply
impl Sync for AcceptedReply
impl Unpin for AcceptedReply
impl UnsafeUnpin for AcceptedReply
impl UnwindSafe for AcceptedReply
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