pub struct SignedAttributes { /* private fields */ }Expand description
Represents the contents of a CMS SignedAttributes structure.
This is a high-level interface to the SignedAttributes ASN.1 type.
Implementations
sourceimpl SignedAttributes
impl SignedAttributes
pub fn content_type(&self) -> &Oid
pub fn message_digest(&self) -> &[u8]ⓘNotable traits for &[u8]impl Read for &[u8]impl Write for &mut [u8]
pub fn signing_time(&self) -> Option<&DateTime<Utc>>
pub fn attributes(&self) -> &SignedAttributes
Trait Implementations
sourceimpl Clone for SignedAttributes
impl Clone for SignedAttributes
sourcefn clone(&self) -> SignedAttributes
fn clone(&self) -> SignedAttributes
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 moreAuto Trait Implementations
impl RefUnwindSafe for SignedAttributes
impl Send for SignedAttributes
impl Sync for SignedAttributes
impl Unpin for SignedAttributes
impl UnwindSafe for SignedAttributes
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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