Struct kmip_protocol::types::request::ProtocolVersionMinor [−][src]
pub struct ProtocolVersionMinor(pub i32);
Expand description
See KMIP 1.0 section 6.1 Protocol Version.
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 ProtocolVersionMinor
impl Send for ProtocolVersionMinor
impl Sync for ProtocolVersionMinor
impl Unpin for ProtocolVersionMinor
impl UnwindSafe for ProtocolVersionMinor
Blanket Implementations
Mutably borrows from an owned value. Read more