pub struct Metrics(/* private fields */);Expand description
Wrapper around the C FDBMetrics
Implementations§
Source§impl Metrics
impl Metrics
Sourcepub fn extend<'a, T>(&mut self, metrics: T)where
T: IntoIterator<Item = Metric<'a>>,
pub fn extend<'a, T>(&mut self, metrics: T)where
T: IntoIterator<Item = Metric<'a>>,
Push several Metric entries in the underlying C++ sink
Auto Trait Implementations§
impl Freeze for Metrics
impl RefUnwindSafe for Metrics
impl !Send for Metrics
impl !Sync for Metrics
impl Unpin for Metrics
impl UnwindSafe for Metrics
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