Struct sgx_pkix::attestation::AttestationInlineSgxLocal[][src]

pub struct AttestationInlineSgxLocal<'a, 'b> {
    pub keyid: Cow<'a, [u8]>,
    pub mac: Cow<'b, [u8]>,
}

Fields

keyid: Cow<'a, [u8]>mac: Cow<'b, [u8]>

Trait Implementations

impl BERDecodable for AttestationInlineSgxLocal<'static, 'static>[src]

impl<'a, 'b> Clone for AttestationInlineSgxLocal<'a, 'b>[src]

impl<'a, 'b> Debug for AttestationInlineSgxLocal<'a, 'b>[src]

impl<'a, 'b> DerWrite for AttestationInlineSgxLocal<'a, 'b>[src]

impl<'a, 'b> Eq for AttestationInlineSgxLocal<'a, 'b>[src]

impl<'a, 'b> HasOid for AttestationInlineSgxLocal<'a, 'b>[src]

impl<'a, 'b> Hash for AttestationInlineSgxLocal<'a, 'b>[src]

impl<'a, 'b> PartialEq<AttestationInlineSgxLocal<'a, 'b>> for AttestationInlineSgxLocal<'a, 'b>[src]

impl<'a, 'b> StructuralEq for AttestationInlineSgxLocal<'a, 'b>[src]

impl<'a, 'b> StructuralPartialEq for AttestationInlineSgxLocal<'a, 'b>[src]

Auto Trait Implementations

impl<'a, 'b> RefUnwindSafe for AttestationInlineSgxLocal<'a, 'b>

impl<'a, 'b> Send for AttestationInlineSgxLocal<'a, 'b>

impl<'a, 'b> Sync for AttestationInlineSgxLocal<'a, 'b>

impl<'a, 'b> Unpin for AttestationInlineSgxLocal<'a, 'b>

impl<'a, 'b> UnwindSafe for AttestationInlineSgxLocal<'a, 'b>

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> FromBer for T where
    T: BERDecodable, 
[src]

impl<T> FromDer for T where
    T: BERDecodable, 
[src]

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

impl<T> ToDer for T where
    T: DerWrite + ?Sized
[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.