pub struct LogField { /* private fields */ }Available on crate feature
store only.Expand description
A captured structured log field.
Implementations§
Trait Implementations§
impl Eq for LogField
impl StructuralPartialEq for LogField
Auto Trait Implementations§
impl Freeze for LogField
impl RefUnwindSafe for LogField
impl Send for LogField
impl Sync for LogField
impl Unpin for LogField
impl UnsafeUnpin for LogField
impl UnwindSafe for LogField
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