[−][src]Struct kerberos_parser::krb5::MessageType
Message type
Methods
impl MessageType[src]
pub const KRB_AS_REQ: MessageType[src]
Request for initial authentication
pub const KRB_AS_REP: MessageType[src]
Response to KRB_AS_REQ request
pub const KRB_TGS_REQ: MessageType[src]
Request for authentication based on TGT
pub const KRB_TGS_REP: MessageType[src]
Response to KRB_TGS_REQ request
pub const KRB_AP_REQ: MessageType[src]
Application request to server
pub const KRB_AP_REP: MessageType[src]
Response to KRB_AP_REQ_MUTUAL
pub const KRB_RESERVED16: MessageType[src]
Reserved for user-to-user krb_tgt_request
pub const KRB_RESERVED17: MessageType[src]
Reserved for user-to-user krb_tgt_reply
pub const KRB_SAFE: MessageType[src]
Safe (checksummed) application message
pub const KRB_PRIV: MessageType[src]
Private (encrypted) application message
pub const KRB_CRED: MessageType[src]
Private (encrypted) message to forward credentials
pub const KRB_ERROR: MessageType[src]
Error response
Trait Implementations
impl Clone for MessageType[src]
fn clone(&self) -> MessageType[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Eq for MessageType[src]
impl Copy for MessageType[src]
impl PartialEq<MessageType> for MessageType[src]
fn eq(&self, other: &MessageType) -> bool[src]
fn ne(&self, other: &MessageType) -> bool[src]
impl Debug for MessageType[src]
Auto Trait Implementations
impl Sync for MessageType
impl Unpin for MessageType
impl Send for MessageType
impl RefUnwindSafe for MessageType
impl UnwindSafe for MessageType
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,