Struct picky_asn1::wrapper::ObjectIdentifierAsn1
source · pub struct ObjectIdentifierAsn1(pub ObjectIdentifier);
Expand description
Wrapper type
Tuple Fields§
§0: ObjectIdentifier
Trait Implementations§
source§impl Asn1Type for ObjectIdentifierAsn1
impl Asn1Type for ObjectIdentifierAsn1
source§impl Clone for ObjectIdentifierAsn1
impl Clone for ObjectIdentifierAsn1
source§fn clone(&self) -> ObjectIdentifierAsn1
fn clone(&self) -> ObjectIdentifierAsn1
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 Debug for ObjectIdentifierAsn1
impl Debug for ObjectIdentifierAsn1
source§impl Deref for ObjectIdentifierAsn1
impl Deref for ObjectIdentifierAsn1
source§impl DerefMut for ObjectIdentifierAsn1
impl DerefMut for ObjectIdentifierAsn1
source§impl<'de> Deserialize<'de> for ObjectIdentifierAsn1
impl<'de> Deserialize<'de> for ObjectIdentifierAsn1
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 From<ObjectIdentifier> for ObjectIdentifierAsn1
impl From<ObjectIdentifier> for ObjectIdentifierAsn1
source§fn from(wrapped: ObjectIdentifier) -> Self
fn from(wrapped: ObjectIdentifier) -> Self
Converts to this type from the input type.
source§impl From<ObjectIdentifierAsn1> for ObjectIdentifier
impl From<ObjectIdentifierAsn1> for ObjectIdentifier
source§fn from(wrapper: ObjectIdentifierAsn1) -> ObjectIdentifier
fn from(wrapper: ObjectIdentifierAsn1) -> ObjectIdentifier
Converts to this type from the input type.
source§impl PartialEq<ObjectIdentifier> for ObjectIdentifierAsn1
impl PartialEq<ObjectIdentifier> for ObjectIdentifierAsn1
source§fn eq(&self, other: &ObjectIdentifier) -> bool
fn eq(&self, other: &ObjectIdentifier) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialEq<ObjectIdentifierAsn1> for ObjectIdentifierAsn1
impl PartialEq<ObjectIdentifierAsn1> for ObjectIdentifierAsn1
source§fn eq(&self, other: &ObjectIdentifierAsn1) -> bool
fn eq(&self, other: &ObjectIdentifierAsn1) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for ObjectIdentifierAsn1
impl Serialize for ObjectIdentifierAsn1
impl Eq for ObjectIdentifierAsn1
impl StructuralEq for ObjectIdentifierAsn1
impl StructuralPartialEq for ObjectIdentifierAsn1
Auto Trait Implementations§
impl RefUnwindSafe for ObjectIdentifierAsn1
impl Send for ObjectIdentifierAsn1
impl Sync for ObjectIdentifierAsn1
impl Unpin for ObjectIdentifierAsn1
impl UnwindSafe for ObjectIdentifierAsn1
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