Struct rillrate::TracerOpts [−][src]
pub struct TracerOpts { /* fields omitted */ }
Expand description
Options to set parameters to a Tracer.
Make default instance to start filling it.
Implementations
Build TracerInfo
from these options.
Generated implementation of an options builder.
Replaces the value of the title
field.
Sets the value of the title
field.
Replaces the value of the description
field.
Sets the value of the description
field.
Replaces the value of the weight
field.
Sets the value of the weight
field.
Replaces the value of the engine
field.
Sets the value of the engine
field.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !RefUnwindSafe for TracerOpts
impl Send for TracerOpts
impl Sync for TracerOpts
impl Unpin for TracerOpts
impl !UnwindSafe for TracerOpts
Blanket Implementations
Mutably borrows from an owned value. Read more
Convert self
to an optional value of a Properties
struct.
Convert self
to a value of a Properties
struct.
Convert self
to a value of a Properties
struct.
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more