Struct kmip_protocol::types::request::BatchCount [−][src]
pub struct BatchCount(pub i32);
Expand description
See KMIP 1.0 section 6.14 Batch Count.
Tuple Fields
0: i32
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for BatchCount
impl Send for BatchCount
impl Sync for BatchCount
impl Unpin for BatchCount
impl UnwindSafe for BatchCount
Blanket Implementations
Mutably borrows from an owned value. Read more