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§
Source§impl SignedAttributes
impl SignedAttributes
pub fn content_type(&self) -> &Oid
pub fn message_digest(&self) -> &[u8] ⓘ
pub fn signing_time(&self) -> Option<&DateTime<Utc>>
pub fn attributes(&self) -> &SignedAttributes
Trait Implementations§
Source§impl Clone for SignedAttributes
impl Clone for SignedAttributes
Source§fn clone(&self) -> SignedAttributes
fn clone(&self) -> SignedAttributes
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 moreAuto Trait Implementations§
impl !Freeze for SignedAttributes
impl RefUnwindSafe for SignedAttributes
impl Send for SignedAttributes
impl Sync for SignedAttributes
impl Unpin for SignedAttributes
impl UnwindSafe for SignedAttributes
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)