Struct der::asn1::OctetString
source · [−]pub struct OctetString<'a> { /* private fields */ }
Expand description
ASN.1 OCTET STRING
type.
Implementations
sourceimpl<'a> OctetString<'a>
impl<'a> OctetString<'a>
Trait Implementations
sourceimpl AsRef<[u8]> for OctetString<'_>
impl AsRef<[u8]> for OctetString<'_>
sourceimpl<'a> Clone for OctetString<'a>
impl<'a> Clone for OctetString<'a>
sourcefn clone(&self) -> OctetString<'a>
fn clone(&self) -> OctetString<'a>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl<'a> Debug for OctetString<'a>
impl<'a> Debug for OctetString<'a>
sourceimpl<'a> DecodeValue<'a> for OctetString<'a>
impl<'a> DecodeValue<'a> for OctetString<'a>
sourceimpl EncodeValue for OctetString<'_>
impl EncodeValue for OctetString<'_>
sourceimpl<'a> From<&OctetString<'a>> for OctetString<'a>
impl<'a> From<&OctetString<'a>> for OctetString<'a>
sourcefn from(value: &OctetString<'a>) -> OctetString<'a>
fn from(value: &OctetString<'a>) -> OctetString<'a>
Converts to this type from the input type.
sourceimpl<'a> From<OctetString<'a>> for Any<'a>
impl<'a> From<OctetString<'a>> for Any<'a>
sourcefn from(octet_string: OctetString<'a>) -> Any<'a>
fn from(octet_string: OctetString<'a>) -> Any<'a>
Converts to this type from the input type.
sourceimpl<'a> From<OctetString<'a>> for &'a [u8]
impl<'a> From<OctetString<'a>> for &'a [u8]
sourcefn from(octet_string: OctetString<'a>) -> &'a [u8]
fn from(octet_string: OctetString<'a>) -> &'a [u8]
Converts to this type from the input type.
sourceimpl<'a> Ord for OctetString<'a>
impl<'a> Ord for OctetString<'a>
sourceimpl<'a> PartialEq<OctetString<'a>> for OctetString<'a>
impl<'a> PartialEq<OctetString<'a>> for OctetString<'a>
sourcefn eq(&self, other: &OctetString<'a>) -> bool
fn eq(&self, other: &OctetString<'a>) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &OctetString<'a>) -> bool
fn ne(&self, other: &OctetString<'a>) -> bool
This method tests for !=
.
sourceimpl<'a> PartialOrd<OctetString<'a>> for OctetString<'a>
impl<'a> PartialOrd<OctetString<'a>> for OctetString<'a>
sourcefn partial_cmp(&self, other: &OctetString<'a>) -> Option<Ordering>
fn partial_cmp(&self, other: &OctetString<'a>) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
sourceimpl<'a> TryFrom<Any<'a>> for OctetString<'a>
impl<'a> TryFrom<Any<'a>> for OctetString<'a>
impl<'a> Copy for OctetString<'a>
impl<'a> Eq for OctetString<'a>
impl OrdIsValueOrd for OctetString<'_>
impl<'a> StructuralEq for OctetString<'a>
impl<'a> StructuralPartialEq for OctetString<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for OctetString<'a>
impl<'a> Send for OctetString<'a>
impl<'a> Sync for OctetString<'a>
impl<'a> Unpin for OctetString<'a>
impl<'a> UnwindSafe for OctetString<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more