pub struct SignedAttributesDer(/* private fields */);
Implementations§
source§impl SignedAttributesDer
impl SignedAttributesDer
pub fn new(sa: SignedAttributes, tag: Option<Tag>) -> Self
Trait Implementations§
source§impl Values for SignedAttributesDer
impl Values for SignedAttributesDer
source§fn encoded_len(&self, _: Mode) -> usize
fn encoded_len(&self, _: Mode) -> usize
Returns the length of the encoded values for the given mode.
source§fn write_encoded<W: Write>(&self, _: Mode, target: &mut W) -> Result<(), Error>
fn write_encoded<W: Write>(&self, _: Mode, target: &mut W) -> Result<(), Error>
Encodes the values in the given mode and writes them to
target
.source§fn explicit(self, tag: Tag) -> Constructed<Self>where
Self: Sized,
fn explicit(self, tag: Tag) -> Constructed<Self>where
Self: Sized,
Converts the encoder into one with an explicit tag.
source§fn to_captured(&self, mode: Mode) -> Captured
fn to_captured(&self, mode: Mode) -> Captured
Captures the encoded values in the given mode.
Auto Trait Implementations§
impl RefUnwindSafe for SignedAttributesDer
impl Send for SignedAttributesDer
impl Sync for SignedAttributesDer
impl Unpin for SignedAttributesDer
impl UnwindSafe for SignedAttributesDer
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