pub struct OctetString<'a> { /* private fields */ }
Expand description
ASN.1 OCTET STRING
type.
Implementations§
Source§impl<'a> OctetString<'a>
impl<'a> OctetString<'a>
Trait Implementations§
Source§impl AsRef<[u8]> for OctetString<'_>
impl AsRef<[u8]> for OctetString<'_>
Source§impl<'a> Clone for OctetString<'a>
impl<'a> Clone for OctetString<'a>
Source§fn clone(&self) -> OctetString<'a>
fn clone(&self) -> OctetString<'a>
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<'a> Debug for OctetString<'a>
impl<'a> Debug for OctetString<'a>
Source§impl<'a> DecodeValue<'a> for OctetString<'a>
impl<'a> DecodeValue<'a> for OctetString<'a>
Source§impl EncodeValue for OctetString<'_>
impl EncodeValue for OctetString<'_>
Source§impl<'a> From<&OctetString<'a>> for OctetString<'a>
impl<'a> From<&OctetString<'a>> for OctetString<'a>
Source§fn from(value: &OctetString<'a>) -> OctetString<'a>
fn from(value: &OctetString<'a>) -> OctetString<'a>
Converts to this type from the input type.
Source§impl<'a> From<OctetString<'a>> for &'a [u8]
impl<'a> From<OctetString<'a>> for &'a [u8]
Source§fn from(octet_string: OctetString<'a>) -> &'a [u8]
fn from(octet_string: OctetString<'a>) -> &'a [u8]
Converts to this type from the input type.
Source§impl<'a> From<OctetString<'a>> for Any<'a>
impl<'a> From<OctetString<'a>> for Any<'a>
Source§fn from(octet_string: OctetString<'a>) -> Any<'a>
fn from(octet_string: OctetString<'a>) -> Any<'a>
Converts to this type from the input type.
Source§impl<'a> Ord for OctetString<'a>
impl<'a> Ord for OctetString<'a>
Source§fn cmp(&self, other: &OctetString<'a>) -> Ordering
fn cmp(&self, other: &OctetString<'a>) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'a> PartialEq for OctetString<'a>
impl<'a> PartialEq for OctetString<'a>
Source§impl<'a> PartialOrd for OctetString<'a>
impl<'a> PartialOrd for OctetString<'a>
Source§impl<'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> StructuralPartialEq for OctetString<'a>
Auto Trait Implementations§
impl<'a> Freeze for OctetString<'a>
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§
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