pub struct HeightEstimator { /* private fields */ }
Trait Implementations§
Source§impl Clone for HeightEstimator
impl Clone for HeightEstimator
Source§fn clone(&self) -> HeightEstimator
fn clone(&self) -> HeightEstimator
Returns a copy 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 HeightEstimator
impl Debug for HeightEstimator
Source§impl Default for HeightEstimator
impl Default for HeightEstimator
Source§fn default() -> HeightEstimator
fn default() -> HeightEstimator
Returns the “default value” for a type. Read more
Source§impl<R> Estimate<R> for HeightEstimatorwhere
R: Records,
impl<R> Estimate<R> for HeightEstimatorwhere
R: Records,
Source§impl From<HeightEstimator> for Vec<usize>
impl From<HeightEstimator> for Vec<usize>
Source§fn from(val: HeightEstimator) -> Self
fn from(val: HeightEstimator) -> Self
Converts to this type from the input type.
Source§impl PartialEq for HeightEstimator
impl PartialEq for HeightEstimator
impl Eq for HeightEstimator
impl StructuralPartialEq for HeightEstimator
Auto Trait Implementations§
impl Freeze for HeightEstimator
impl RefUnwindSafe for HeightEstimator
impl Send for HeightEstimator
impl Sync for HeightEstimator
impl Unpin for HeightEstimator
impl UnwindSafe for HeightEstimator
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