pub struct KmipCreateClientOutput {
pub certificate: Option<String>,
pub id: Option<String>,
pub key: Option<String>,
}Fields§
§certificate: Option<String>§id: Option<String>§key: Option<String>Implementations§
Source§impl KmipCreateClientOutput
impl KmipCreateClientOutput
pub fn new() -> KmipCreateClientOutput
Trait Implementations§
Source§impl Clone for KmipCreateClientOutput
impl Clone for KmipCreateClientOutput
Source§fn clone(&self) -> KmipCreateClientOutput
fn clone(&self) -> KmipCreateClientOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for KmipCreateClientOutput
impl Debug for KmipCreateClientOutput
Source§impl Default for KmipCreateClientOutput
impl Default for KmipCreateClientOutput
Source§fn default() -> KmipCreateClientOutput
fn default() -> KmipCreateClientOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for KmipCreateClientOutput
impl<'de> Deserialize<'de> for KmipCreateClientOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for KmipCreateClientOutput
impl PartialEq for KmipCreateClientOutput
Source§fn eq(&self, other: &KmipCreateClientOutput) -> bool
fn eq(&self, other: &KmipCreateClientOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for KmipCreateClientOutput
impl Serialize for KmipCreateClientOutput
impl StructuralPartialEq for KmipCreateClientOutput
Auto Trait Implementations§
impl Freeze for KmipCreateClientOutput
impl RefUnwindSafe for KmipCreateClientOutput
impl Send for KmipCreateClientOutput
impl Sync for KmipCreateClientOutput
impl Unpin for KmipCreateClientOutput
impl UnsafeUnpin for KmipCreateClientOutput
impl UnwindSafe for KmipCreateClientOutput
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more