Struct fedimint_logging::TracingSetup
source · pub struct TracingSetup { /* private fields */ }
Expand description
Consolidates the setup of server tracing into a helper
Implementations§
Trait Implementations§
source§impl Default for TracingSetup
impl Default for TracingSetup
source§fn default() -> TracingSetup
fn default() -> TracingSetup
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for TracingSetup
impl Send for TracingSetup
impl Sync for TracingSetup
impl Unpin for TracingSetup
impl UnwindSafe for TracingSetup
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