pub struct SampleStatistics { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for SampleStatistics
impl Clone for SampleStatistics
Source§fn clone(&self) -> SampleStatistics
fn clone(&self) -> SampleStatistics
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 SampleStatistics
impl Debug for SampleStatistics
Source§impl Default for SampleStatistics
impl Default for SampleStatistics
Source§impl From<SampleStatistics> for SampleStatistics
impl From<SampleStatistics> for SampleStatistics
Source§fn from(value: SampleStatistics) -> Self
fn from(value: SampleStatistics) -> Self
Converts to this type from the input type.
Source§impl TryFrom<SampleStatistics> for SampleStatistics
impl TryFrom<SampleStatistics> for SampleStatistics
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: SampleStatistics) -> Result<Self, ConversionError>
fn try_from(value: SampleStatistics) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for SampleStatistics
impl RefUnwindSafe for SampleStatistics
impl Send for SampleStatistics
impl Sync for SampleStatistics
impl Unpin for SampleStatistics
impl UnwindSafe for SampleStatistics
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