Struct kmip_protocol::types::request::RevocationReason [−][src]
pub struct RevocationReason(pub RevocationReasonCode, pub Option<RevocationMessage>);
Expand description
See KMIP 1.0 section 3.26 Revocation Reason.
Tuple Fields
0: RevocationReasonCode
1: Option<RevocationMessage>
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 RevocationReason
impl Send for RevocationReason
impl Sync for RevocationReason
impl Unpin for RevocationReason
impl UnwindSafe for RevocationReason
Blanket Implementations
Mutably borrows from an owned value. Read more