Struct picky_asn1::wrapper::ImplicitContextTag2
source · pub struct ImplicitContextTag2<T>(pub T);
Expand description
Wrapper type for special tag
Tuple Fields§
§0: T
Trait Implementations§
source§impl<T> Asn1Type for ImplicitContextTag2<T>
impl<T> Asn1Type for ImplicitContextTag2<T>
source§impl<T: Clone> Clone for ImplicitContextTag2<T>
impl<T: Clone> Clone for ImplicitContextTag2<T>
source§fn clone(&self) -> ImplicitContextTag2<T>
fn clone(&self) -> ImplicitContextTag2<T>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<T: Debug> Debug for ImplicitContextTag2<T>
impl<T: Debug> Debug for ImplicitContextTag2<T>
source§impl<T> Default for ImplicitContextTag2<T>where
T: Default,
impl<T> Default for ImplicitContextTag2<T>where T: Default,
source§impl<T> Deref for ImplicitContextTag2<T>
impl<T> Deref for ImplicitContextTag2<T>
source§impl<T> DerefMut for ImplicitContextTag2<T>
impl<T> DerefMut for ImplicitContextTag2<T>
source§impl<'de, T> Deserialize<'de> for ImplicitContextTag2<T>where
T: Deserialize<'de>,
impl<'de, T> Deserialize<'de> for ImplicitContextTag2<T>where T: Deserialize<'de>,
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl<T> From<T> for ImplicitContextTag2<T>
impl<T> From<T> for ImplicitContextTag2<T>
source§impl<T: PartialEq> PartialEq<ImplicitContextTag2<T>> for ImplicitContextTag2<T>
impl<T: PartialEq> PartialEq<ImplicitContextTag2<T>> for ImplicitContextTag2<T>
source§fn eq(&self, other: &ImplicitContextTag2<T>) -> bool
fn eq(&self, other: &ImplicitContextTag2<T>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl<T> PartialEq<T> for ImplicitContextTag2<T>where
T: PartialEq,
impl<T> PartialEq<T> for ImplicitContextTag2<T>where T: PartialEq,
source§impl<T> Serialize for ImplicitContextTag2<T>where
T: Serialize,
impl<T> Serialize for ImplicitContextTag2<T>where T: Serialize,
impl<T: Eq> Eq for ImplicitContextTag2<T>
impl<T> StructuralEq for ImplicitContextTag2<T>
impl<T> StructuralPartialEq for ImplicitContextTag2<T>
Auto Trait Implementations§
impl<T> RefUnwindSafe for ImplicitContextTag2<T>where T: RefUnwindSafe,
impl<T> Send for ImplicitContextTag2<T>where T: Send,
impl<T> Sync for ImplicitContextTag2<T>where T: Sync,
impl<T> Unpin for ImplicitContextTag2<T>where T: Unpin,
impl<T> UnwindSafe for ImplicitContextTag2<T>where T: UnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more