pub struct ExplorerHistogram {
pub field: Vec<u8>,
pub buckets: Vec<ExplorerHistogramBucket>,
}Fields§
§field: Vec<u8>§buckets: Vec<ExplorerHistogramBucket>Trait Implementations§
Source§impl Clone for ExplorerHistogram
impl Clone for ExplorerHistogram
Source§fn clone(&self) -> ExplorerHistogram
fn clone(&self) -> ExplorerHistogram
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ExplorerHistogram
impl RefUnwindSafe for ExplorerHistogram
impl Send for ExplorerHistogram
impl Sync for ExplorerHistogram
impl Unpin for ExplorerHistogram
impl UnsafeUnpin for ExplorerHistogram
impl UnwindSafe for ExplorerHistogram
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