pub struct LogField { /* private fields */ }Expand description
Span log field.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LogField
impl RefUnwindSafe for LogField
impl Send for LogField
impl Sync for LogField
impl Unpin 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