pub struct AuthMethodNegotiationReply {
pub selected_method: u8,
}
Fields§
§selected_method: u8
Implementations§
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 · 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
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 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