pub struct SignedCertificateTimestamp<'a> {
pub version: CtVersion,
pub id: CtLogID<'a>,
pub timestamp: u64,
pub extensions: CtExtensions<'a>,
pub signature: DigitallySigned<'a>,
}
Fields§
§version: CtVersion
§id: CtLogID<'a>
§timestamp: u64
§extensions: CtExtensions<'a>
§signature: DigitallySigned<'a>
Trait Implementations§
source§impl<'a> Clone for SignedCertificateTimestamp<'a>
impl<'a> Clone for SignedCertificateTimestamp<'a>
source§fn clone(&self) -> SignedCertificateTimestamp<'a>
fn clone(&self) -> SignedCertificateTimestamp<'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 SignedCertificateTimestamp<'a>
impl<'a> Debug for SignedCertificateTimestamp<'a>
source§impl<'a> PartialEq for SignedCertificateTimestamp<'a>
impl<'a> PartialEq for SignedCertificateTimestamp<'a>
source§fn eq(&self, other: &SignedCertificateTimestamp<'a>) -> bool
fn eq(&self, other: &SignedCertificateTimestamp<'a>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl<'a> Eq for SignedCertificateTimestamp<'a>
impl<'a> StructuralPartialEq for SignedCertificateTimestamp<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for SignedCertificateTimestamp<'a>
impl<'a> Send for SignedCertificateTimestamp<'a>
impl<'a> Sync for SignedCertificateTimestamp<'a>
impl<'a> Unpin for SignedCertificateTimestamp<'a>
impl<'a> UnwindSafe for SignedCertificateTimestamp<'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