pub struct HeightCacheSnapshot {
pub estimate: f64,
pub measured: Vec<(usize, f64)>,
}Fields§
§estimate: f64§measured: Vec<(usize, f64)>Trait Implementations§
Source§impl Clone for HeightCacheSnapshot
impl Clone for HeightCacheSnapshot
Source§fn clone(&self) -> HeightCacheSnapshot
fn clone(&self) -> HeightCacheSnapshot
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HeightCacheSnapshot
impl Debug for HeightCacheSnapshot
Source§impl PartialEq for HeightCacheSnapshot
impl PartialEq for HeightCacheSnapshot
impl StructuralPartialEq for HeightCacheSnapshot
Auto Trait Implementations§
impl Freeze for HeightCacheSnapshot
impl RefUnwindSafe for HeightCacheSnapshot
impl Send for HeightCacheSnapshot
impl Sync for HeightCacheSnapshot
impl Unpin for HeightCacheSnapshot
impl UnsafeUnpin for HeightCacheSnapshot
impl UnwindSafe for HeightCacheSnapshot
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