pub struct SequenceRef { /* private fields */ }Expand description
The SequenceRef type provides raw access to the octets which comprise a
DER-encoded SEQUENCE.
This is a zero-copy reference type which borrows from the input data.
Implementations§
Trait Implementations§
Source§impl AsRef<[u8]> for SequenceRef
impl AsRef<[u8]> for SequenceRef
Source§impl Debug for SequenceRef
impl Debug for SequenceRef
Source§impl<'a> DecodeValue<'a> for &'a SequenceRef
impl<'a> DecodeValue<'a> for &'a SequenceRef
Source§impl EncodeValue for SequenceRef
impl EncodeValue for SequenceRef
Source§impl Ord for SequenceRef
impl Ord for SequenceRef
Source§impl PartialEq for SequenceRef
impl PartialEq for SequenceRef
Source§fn eq(&self, other: &SequenceRef) -> bool
fn eq(&self, other: &SequenceRef) -> bool
Tests for
self and other values to be equal, and is used by ==.