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