pub struct PackMetadata {
pub generated_at: String,
pub source_event_count: usize,
pub cache_hit: bool,
pub truncated: bool,
}Fields§
§generated_at: String§source_event_count: usize§cache_hit: bool§truncated: boolTrait Implementations§
Source§impl Clone for PackMetadata
impl Clone for PackMetadata
Source§fn clone(&self) -> PackMetadata
fn clone(&self) -> PackMetadata
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 PackMetadata
impl Debug for PackMetadata
Auto Trait Implementations§
impl Freeze for PackMetadata
impl RefUnwindSafe for PackMetadata
impl Send for PackMetadata
impl Sync for PackMetadata
impl Unpin for PackMetadata
impl UnsafeUnpin for PackMetadata
impl UnwindSafe for PackMetadata
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