Struct below_dump::CommonFieldContext
source · pub struct CommonFieldContext {
pub timestamp: i64,
pub hostname: String,
}Expand description
Context for initializing CommonFields.
Fields§
§timestamp: i64§hostname: StringAuto Trait Implementations§
impl RefUnwindSafe for CommonFieldContext
impl Send for CommonFieldContext
impl Sync for CommonFieldContext
impl Unpin for CommonFieldContext
impl UnwindSafe for CommonFieldContext
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