[][src]Struct kerberos_asn1::PaS4uX509User

pub struct PaS4uX509User {
    pub user_id: S4uUserId,
    pub checksum: Checksum,
}

(PA-S4U-X509-USER) Used in S4U2Self, to specify the user certificate. Defined MS-SFU, section 2.2.2.

PA-S4U-X509-USER::= SEQUENCE {
   user-id[0] S4UUserID,
   checksum[1] Checksum
}

Fields

user_id: S4uUserIdchecksum: Checksum

Trait Implementations

impl Asn1Object for PaS4uX509User[src]

impl Clone for PaS4uX509User[src]

impl Debug for PaS4uX509User[src]

impl Default for PaS4uX509User[src]

impl PartialEq<PaS4uX509User> for PaS4uX509User[src]

impl StructuralPartialEq for PaS4uX509User[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.