Struct log_analysis::LogHeader
source · pub struct LogHeader {
pub separator: char,
pub set_separator: String,
pub empty_field: String,
pub unset_field: String,
pub path: String,
pub open: String,
pub fields: Vec<String>,
pub types: Vec<String>,
}Fields§
§separator: char§set_separator: String§empty_field: String§unset_field: String§path: String§open: String§fields: Vec<String>§types: Vec<String>Implementations§
Trait Implementations§
source§impl PartialEq for LogHeader
impl PartialEq for LogHeader
impl Eq for LogHeader
impl StructuralPartialEq for LogHeader
Auto Trait Implementations§
impl Freeze for LogHeader
impl RefUnwindSafe for LogHeader
impl Send for LogHeader
impl Sync for LogHeader
impl Unpin for LogHeader
impl UnwindSafe for LogHeader
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)