pub struct PlotlyRecorder { /* private fields */ }
Trait Implementations§
Source§impl Recorder for PlotlyRecorder
impl Recorder for PlotlyRecorder
Source§fn describe_counter(
&self,
_key: KeyName,
_unit: Option<Unit>,
_description: SharedString,
)
fn describe_counter( &self, _key: KeyName, _unit: Option<Unit>, _description: SharedString, )
Describes a counter. Read more
Source§fn describe_gauge(
&self,
_key: KeyName,
_unit: Option<Unit>,
_description: SharedString,
)
fn describe_gauge( &self, _key: KeyName, _unit: Option<Unit>, _description: SharedString, )
Describes a gauge. Read more
Source§fn describe_histogram(
&self,
_key: KeyName,
_unit: Option<Unit>,
_description: SharedString,
)
fn describe_histogram( &self, _key: KeyName, _unit: Option<Unit>, _description: SharedString, )
Describes a histogram. Read more
Auto Trait Implementations§
impl Freeze for PlotlyRecorder
impl !RefUnwindSafe for PlotlyRecorder
impl Send for PlotlyRecorder
impl Sync for PlotlyRecorder
impl Unpin for PlotlyRecorder
impl !UnwindSafe for PlotlyRecorder
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