pub struct TimestampVerificationData {
pub rfc3161_timestamps: Vec<Rfc3161Timestamp>,
}Expand description
RFC 3161 timestamp verification data
Fields§
§rfc3161_timestamps: Vec<Rfc3161Timestamp>RFC 3161 signed timestamps
Trait Implementations§
Source§impl Clone for TimestampVerificationData
impl Clone for TimestampVerificationData
Source§fn clone(&self) -> TimestampVerificationData
fn clone(&self) -> TimestampVerificationData
Returns a duplicate 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 Debug for TimestampVerificationData
impl Debug for TimestampVerificationData
Source§impl Default for TimestampVerificationData
impl Default for TimestampVerificationData
Source§fn default() -> TimestampVerificationData
fn default() -> TimestampVerificationData
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TimestampVerificationData
impl<'de> Deserialize<'de> for TimestampVerificationData
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for TimestampVerificationData
impl StructuralPartialEq for TimestampVerificationData
Auto Trait Implementations§
impl Freeze for TimestampVerificationData
impl RefUnwindSafe for TimestampVerificationData
impl Send for TimestampVerificationData
impl Sync for TimestampVerificationData
impl Unpin for TimestampVerificationData
impl UnsafeUnpin for TimestampVerificationData
impl UnwindSafe for TimestampVerificationData
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