pub struct NoAuthMethods;Expand description
SNAFU context selector for the Error::NoAuthMethods variant
Implementations§
Trait Implementations§
Source§impl Clone for NoAuthMethods
impl Clone for NoAuthMethods
Source§fn clone(&self) -> NoAuthMethods
fn clone(&self) -> NoAuthMethods
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 NoAuthMethods
impl Debug for NoAuthMethods
Source§impl IntoError<Error> for NoAuthMethods
impl IntoError<Error> for NoAuthMethods
impl Copy for NoAuthMethods
Auto Trait Implementations§
impl Freeze for NoAuthMethods
impl RefUnwindSafe for NoAuthMethods
impl Send for NoAuthMethods
impl Sync for NoAuthMethods
impl Unpin for NoAuthMethods
impl UnwindSafe for NoAuthMethods
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