pub struct CallCount { /* private fields */ }Expand description
An exact call count or a range of counts.
Trait Implementations§
impl Copy for CallCount
Source§impl From<RangeInclusive<usize>> for CallCount
impl From<RangeInclusive<usize>> for CallCount
Source§fn from(range: RangeInclusive<usize>) -> Self
fn from(range: RangeInclusive<usize>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for CallCount
impl RefUnwindSafe for CallCount
impl Send for CallCount
impl Sync for CallCount
impl Unpin for CallCount
impl UnsafeUnpin for CallCount
impl UnwindSafe for CallCount
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