[][src]Struct picky_asn1::wrapper::ContextTag8

pub struct ContextTag8<T>(pub T);

Wrapper type for special tag

Trait Implementations

impl<T> Asn1Type for ContextTag8<T>[src]

impl<T: Clone> Clone for ContextTag8<T>[src]

impl<T: Debug> Debug for ContextTag8<T>[src]

impl<T> Default for ContextTag8<T> where
    T: Default
[src]

impl<T> Deref for ContextTag8<T>[src]

type Target = T

The resulting type after dereferencing.

impl<T> DerefMut for ContextTag8<T>[src]

impl<'de, T> Deserialize<'de> for ContextTag8<T> where
    T: Deserialize<'de>, 
[src]

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

impl<T: PartialEq> PartialEq<ContextTag8<T>> for ContextTag8<T>[src]

impl<T> PartialEq<T> for ContextTag8<T> where
    T: PartialEq
[src]

impl<T> Serialize for ContextTag8<T> where
    T: Serialize
[src]

impl<T> StructuralPartialEq for ContextTag8<T>[src]

Auto Trait Implementations

impl<T> RefUnwindSafe for ContextTag8<T> where
    T: RefUnwindSafe

impl<T> Send for ContextTag8<T> where
    T: Send

impl<T> Sync for ContextTag8<T> where
    T: Sync

impl<T> Unpin for ContextTag8<T> where
    T: Unpin

impl<T> UnwindSafe for ContextTag8<T> where
    T: UnwindSafe

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<!> for T[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.