pub struct BatchCount(/* private fields */);
Trait Implementations§
Source§impl Clone for BatchCount
impl Clone for BatchCount
Source§fn clone(&self) -> BatchCount
fn clone(&self) -> BatchCount
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 BatchCount
impl Debug for BatchCount
Source§impl Default for BatchCount
impl Default for BatchCount
Source§fn default() -> BatchCount
fn default() -> BatchCount
Returns the “default value” for a type. Read more
Source§impl From<u32> for BatchCount
impl From<u32> for BatchCount
impl Copy for BatchCount
Auto Trait Implementations§
impl Freeze for BatchCount
impl RefUnwindSafe for BatchCount
impl Send for BatchCount
impl Sync for BatchCount
impl Unpin for BatchCount
impl UnwindSafe for BatchCount
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