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