pub struct MsgTrace {
pub dest: String,
pub sampling: u8,
}Expand description
Message-trace configuration: where traced messages are reported and how often they are sampled.
Fields§
§dest: StringSubject trace events are delivered to.
sampling: u8Sampling percentage (1–100).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MsgTrace
impl RefUnwindSafe for MsgTrace
impl Send for MsgTrace
impl Sync for MsgTrace
impl Unpin for MsgTrace
impl UnsafeUnpin for MsgTrace
impl UnwindSafe for MsgTrace
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