#[repr(u8)]pub enum AuthProt {
None = 0,
Pap = 1,
Chap = 2,
}Expand description
Authentication protocol.
Variants§
Trait Implementations§
impl Copy for AuthProt
impl StructuralPartialEq for AuthProt
Auto Trait Implementations§
impl Freeze for AuthProt
impl RefUnwindSafe for AuthProt
impl Send for AuthProt
impl Sync for AuthProt
impl Unpin for AuthProt
impl UnwindSafe for AuthProt
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