pub struct EntryRecordHeader {
pub entry: String,
pub timestamp: u64,
pub header: RecordHeader,
}Expand description
Represents a parsed batched header that includes the entry name and timestamp.
Fields§
§entry: String§timestamp: u64§header: RecordHeaderTrait Implementations§
Source§impl Clone for EntryRecordHeader
impl Clone for EntryRecordHeader
Source§fn clone(&self) -> EntryRecordHeader
fn clone(&self) -> EntryRecordHeader
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 EntryRecordHeader
impl Debug for EntryRecordHeader
Source§impl PartialEq for EntryRecordHeader
impl PartialEq for EntryRecordHeader
impl Eq for EntryRecordHeader
impl StructuralPartialEq for EntryRecordHeader
Auto Trait Implementations§
impl Freeze for EntryRecordHeader
impl RefUnwindSafe for EntryRecordHeader
impl Send for EntryRecordHeader
impl Sync for EntryRecordHeader
impl Unpin for EntryRecordHeader
impl UnwindSafe for EntryRecordHeader
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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.