pub struct CommonFields { /* private fields */ }Implementations§
Source§impl CommonFields
impl CommonFields
pub fn new( path: Option<String>, time_format: Option<TimeFormat>, reference_time: Option<ReferenceTime>, group_id: Option<String>, custom_fields: Option<HashMap<String, String>>, ) -> CommonFields
Trait Implementations§
Source§impl Default for CommonFields
impl Default for CommonFields
Auto Trait Implementations§
impl Freeze for CommonFields
impl RefUnwindSafe for CommonFields
impl Send for CommonFields
impl Sync for CommonFields
impl Unpin for CommonFields
impl UnsafeUnpin for CommonFields
impl UnwindSafe for CommonFields
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