Struct x509_parser::extensions::DigitallySigned
source · pub struct DigitallySigned<'a> {
pub hash_alg_id: u8,
pub sign_alg_id: u8,
pub data: &'a [u8],
}
Fields§
§hash_alg_id: u8
§sign_alg_id: u8
§data: &'a [u8]
Trait Implementations§
source§impl<'a> Clone for DigitallySigned<'a>
impl<'a> Clone for DigitallySigned<'a>
source§fn clone(&self) -> DigitallySigned<'a>
fn clone(&self) -> DigitallySigned<'a>
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 moresource§impl<'a> Debug for DigitallySigned<'a>
impl<'a> Debug for DigitallySigned<'a>
source§impl<'a> PartialEq for DigitallySigned<'a>
impl<'a> PartialEq for DigitallySigned<'a>
source§fn eq(&self, other: &DigitallySigned<'a>) -> bool
fn eq(&self, other: &DigitallySigned<'a>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl<'a> Eq for DigitallySigned<'a>
impl<'a> StructuralPartialEq for DigitallySigned<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for DigitallySigned<'a>
impl<'a> Send for DigitallySigned<'a>
impl<'a> Sync for DigitallySigned<'a>
impl<'a> Unpin for DigitallySigned<'a>
impl<'a> UnwindSafe for DigitallySigned<'a>
Blanket Implementations§
source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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