Struct kmip_protocol::types::request::ProtocolVersionMajor [−][src]
pub struct ProtocolVersionMajor(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 ProtocolVersionMajor
impl Send for ProtocolVersionMajor
impl Sync for ProtocolVersionMajor
impl Unpin for ProtocolVersionMajor
impl UnwindSafe for ProtocolVersionMajor
Blanket Implementations
Mutably borrows from an owned value. Read more