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