pub struct DetachedTimestampFile {
pub digest_type: DigestType,
pub timestamp: Timestamp,
}
Expand description
Structure representing an info file
Fields§
§digest_type: DigestType
The claimed hash function used to produce the document digest
timestamp: Timestamp
The actual timestamp data
Implementations§
Trait Implementations§
Source§impl Clone for DetachedTimestampFile
impl Clone for DetachedTimestampFile
Source§fn clone(&self) -> DetachedTimestampFile
fn clone(&self) -> DetachedTimestampFile
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 Debug for DetachedTimestampFile
impl Debug for DetachedTimestampFile
Source§impl Display for DetachedTimestampFile
impl Display for DetachedTimestampFile
Source§impl PartialEq for DetachedTimestampFile
impl PartialEq for DetachedTimestampFile
impl Eq for DetachedTimestampFile
impl StructuralPartialEq for DetachedTimestampFile
Auto Trait Implementations§
impl Freeze for DetachedTimestampFile
impl RefUnwindSafe for DetachedTimestampFile
impl Send for DetachedTimestampFile
impl Sync for DetachedTimestampFile
impl Unpin for DetachedTimestampFile
impl UnwindSafe for DetachedTimestampFile
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