Struct tracing_glog::GlogFields
source · [−]pub struct GlogFields;Trait Implementations
sourceimpl Default for GlogFields
impl Default for GlogFields
sourcefn default() -> GlogFields
fn default() -> GlogFields
Returns the “default value” for a type. Read more
sourceimpl<'a> MakeVisitor<Writer<'a>> for GlogFields
impl<'a> MakeVisitor<Writer<'a>> for GlogFields
type Visitor = GlogVisitor<'a>
type Visitor = GlogVisitor<'a>
The visitor type produced by this
MakeVisitor.sourcefn make_visitor(&self, target: Writer<'a>) -> Self::Visitor
fn make_visitor(&self, target: Writer<'a>) -> Self::Visitor
Make a new visitor for the provided
target.Auto Trait Implementations
impl RefUnwindSafe for GlogFields
impl Send for GlogFields
impl Sync for GlogFields
impl Unpin for GlogFields
impl UnwindSafe for GlogFields
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more