pub struct ExtractStats {
pub loop_count: u32,
pub group_iterations: Option<u32>,
}
Fields§
§loop_count: u32
§group_iterations: Option<u32>
Trait Implementations§
Source§impl Clone for ExtractStats
impl Clone for ExtractStats
Source§fn clone(&self) -> ExtractStats
fn clone(&self) -> ExtractStats
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 ExtractStats
impl Debug for ExtractStats
impl Copy for ExtractStats
Auto Trait Implementations§
impl Freeze for ExtractStats
impl RefUnwindSafe for ExtractStats
impl Send for ExtractStats
impl Sync for ExtractStats
impl Unpin for ExtractStats
impl UnwindSafe for ExtractStats
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