pub struct UnifiedLogData {
pub header: Vec<HeaderChunk>,
pub catalog_data: Vec<UnifiedLogCatalogData>,
pub oversize: Vec<Oversize>,
}Fields§
§header: Vec<HeaderChunk>§catalog_data: Vec<UnifiedLogCatalogData>§oversize: Vec<Oversize>Keep a global cache of oversize string
Trait Implementations§
Source§impl Clone for UnifiedLogData
impl Clone for UnifiedLogData
Source§fn clone(&self) -> UnifiedLogData
fn clone(&self) -> UnifiedLogData
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 UnifiedLogData
impl Debug for UnifiedLogData
Source§impl Default for UnifiedLogData
impl Default for UnifiedLogData
Source§fn default() -> UnifiedLogData
fn default() -> UnifiedLogData
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UnifiedLogData
impl RefUnwindSafe for UnifiedLogData
impl Send for UnifiedLogData
impl Sync for UnifiedLogData
impl Unpin for UnifiedLogData
impl UnwindSafe for UnifiedLogData
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