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