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