#[repr(u8)]pub enum KerberosMsgType {
AsReq = 10,
AsRep = 11,
TgsReq = 12,
TgsRep = 13,
ApReq = 14,
ApRep = 15,
Error = 30,
}Expand description
Kerberos message types
Variants§
AsReq = 10
AS-REQ (10)
AsRep = 11
AS-REP (11)
TgsReq = 12
TGS-REQ (12)
TgsRep = 13
TGS-REP (13)
ApReq = 14
AP-REQ (14)
ApRep = 15
AP-REP (15)
Error = 30
KRB-ERROR (30)
Trait Implementations§
Source§impl Clone for KerberosMsgType
impl Clone for KerberosMsgType
Source§fn clone(&self) -> KerberosMsgType
fn clone(&self) -> KerberosMsgType
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for KerberosMsgType
impl Debug for KerberosMsgType
Source§impl PartialEq for KerberosMsgType
impl PartialEq for KerberosMsgType
impl Copy for KerberosMsgType
impl Eq for KerberosMsgType
impl StructuralPartialEq for KerberosMsgType
Auto Trait Implementations§
impl Freeze for KerberosMsgType
impl RefUnwindSafe for KerberosMsgType
impl Send for KerberosMsgType
impl Sync for KerberosMsgType
impl Unpin for KerberosMsgType
impl UnwindSafe for KerberosMsgType
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)