[][src]Struct kerberos_asn1::PaPacOptions

pub struct PaPacOptions {
    pub kerberos_flags: KerberosFlags,
}

(PA-PAC-OPTIONS) To request options of the PAC. Defined in MS-KILE, section 2.2.10 and MS-SFU, section 2.2.5.

PA-PAC-OPTIONS ::= SEQUENCE {
    KerberosFlags
      --Claims (0)
      --Branch Aware (1)
      --Forward to Full DC (2)
      -- resource-based constrained delegation (3)
}

Fields

kerberos_flags: KerberosFlags

Trait Implementations

impl Asn1Object for PaPacOptions[src]

impl Clone for PaPacOptions[src]

impl Debug for PaPacOptions[src]

impl Default for PaPacOptions[src]

impl PartialEq<PaPacOptions> for PaPacOptions[src]

impl StructuralPartialEq for PaPacOptions[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.