pub struct Report<'a>(/* private fields */);
Expand description
A serializable report structure
Use Meter::report()
to get instance.
Currently the structure is fully opaque except serialization
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Report<'a>
impl<'a> RefUnwindSafe for Report<'a>
impl<'a> Send for Report<'a>
impl<'a> Sync for Report<'a>
impl<'a> Unpin for Report<'a>
impl<'a> UnwindSafe for Report<'a>
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