pub enum AuthStat {
Show 16 variants
Ok,
BadCred,
RejectedCred,
BadVerf,
RejectedVerf,
TooWeak,
InvalidResp,
Failed,
KerbGeneric,
TimeExpire,
TicketFile,
Decode,
NetAddr,
RpcSecGssCredProblem,
RpcSecGssCtxProblem,
Unknown(u32),
}Variants§
Ok
BadCred
RejectedCred
BadVerf
RejectedVerf
TooWeak
InvalidResp
Failed
KerbGeneric
TimeExpire
TicketFile
Decode
NetAddr
RpcSecGssCredProblem
RpcSecGssCtxProblem
Unknown(u32)
Trait Implementations§
impl Copy for AuthStat
impl Eq for AuthStat
impl StructuralPartialEq for AuthStat
Auto Trait Implementations§
impl Freeze for AuthStat
impl RefUnwindSafe for AuthStat
impl Send for AuthStat
impl Sync for AuthStat
impl Unpin for AuthStat
impl UnsafeUnpin for AuthStat
impl UnwindSafe for AuthStat
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