pub struct BatchCount(pub i32);
Expand description
See KMIP 1.0 section 6.14 Batch Count.
Tuple Fields§
§0: i32
Trait Implementations§
Source§impl Clone for BatchCount
impl Clone for BatchCount
Source§fn clone(&self) -> BatchCount
fn clone(&self) -> BatchCount
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 BatchCount
impl Debug for BatchCount
Source§impl PartialEq for BatchCount
impl PartialEq for BatchCount
Source§impl Serialize for BatchCount
impl Serialize for BatchCount
impl Eq for BatchCount
impl StructuralPartialEq 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