pub struct SequenceRef<'a> { /* 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.
Trait Implementations§
Source§impl<'a> DecodeValue<'a> for SequenceRef<'a>
impl<'a> DecodeValue<'a> for SequenceRef<'a>
Source§impl EncodeValue for SequenceRef<'_>
impl EncodeValue for SequenceRef<'_>
impl<'a> Sequence<'a> for SequenceRef<'a>
Auto Trait Implementations§
impl<'a> Freeze for SequenceRef<'a>
impl<'a> RefUnwindSafe for SequenceRef<'a>
impl<'a> Send for SequenceRef<'a>
impl<'a> Sync for SequenceRef<'a>
impl<'a> Unpin for SequenceRef<'a>
impl<'a> UnwindSafe for SequenceRef<'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
Source§impl<'a, T> Decode<'a> for Twhere
T: DecodeValue<'a> + FixedTag,
impl<'a, T> Decode<'a> for Twhere
T: DecodeValue<'a> + FixedTag,
Source§impl<T> Encode for Twhere
T: EncodeValue + Tagged,
impl<T> Encode for Twhere
T: EncodeValue + Tagged,
Source§fn encoded_len(&self) -> Result<Length, Error>
fn encoded_len(&self) -> Result<Length, Error>
Compute the length of this value in bytes when encoded as ASN.1 DER.
Source§fn encode(&self, writer: &mut impl Writer) -> Result<(), Error>
fn encode(&self, writer: &mut impl Writer) -> Result<(), Error>
Encode this value as ASN.1 DER using the provided Writer
.
Source§fn encode_to_slice<'a>(&self, buf: &'a mut [u8]) -> Result<&'a [u8]>
fn encode_to_slice<'a>(&self, buf: &'a mut [u8]) -> Result<&'a [u8]>
Encode this value to the provided byte slice, returning a sub-slice
containing the encoded message.
impl<T> DecodeOwned for Twhere
T: for<'a> Decode<'a>,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 24 bytes