pub enum AuthChoice {
NoAuth,
UserNamePwd,
NoAcceptable,
}Variants§
Trait Implementations§
Source§impl Debug for AuthChoice
impl Debug for AuthChoice
Source§impl From<AuthChoice> for u8
impl From<AuthChoice> for u8
Source§fn from(choice: AuthChoice) -> u8
fn from(choice: AuthChoice) -> u8
Converts to this type from the input type.
Source§impl From<u8> for AuthChoice
impl From<u8> for AuthChoice
Source§impl PartialEq for AuthChoice
impl PartialEq for AuthChoice
impl StructuralPartialEq for AuthChoice
Auto Trait Implementations§
impl Freeze for AuthChoice
impl RefUnwindSafe for AuthChoice
impl Send for AuthChoice
impl Sync for AuthChoice
impl Unpin for AuthChoice
impl UnwindSafe for AuthChoice
Blanket Implementations§
Source§impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
Source§impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
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