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