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