pub struct CommonFieldContext {
pub timestamp: i64,
pub hostname: String,
}Expand description
Context for initializing CommonFields.
Fields§
§timestamp: i64§hostname: StringAuto Trait Implementations§
impl Freeze for CommonFieldContext
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