pub struct KmipClientGetResponse {
pub client: Option<Box<KmipClient>>,
}Fields§
§client: Option<Box<KmipClient>>Implementations§
Source§impl KmipClientGetResponse
impl KmipClientGetResponse
pub fn new() -> KmipClientGetResponse
Trait Implementations§
Source§impl Clone for KmipClientGetResponse
impl Clone for KmipClientGetResponse
Source§fn clone(&self) -> KmipClientGetResponse
fn clone(&self) -> KmipClientGetResponse
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 KmipClientGetResponse
impl Debug for KmipClientGetResponse
Source§impl Default for KmipClientGetResponse
impl Default for KmipClientGetResponse
Source§fn default() -> KmipClientGetResponse
fn default() -> KmipClientGetResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for KmipClientGetResponse
impl<'de> Deserialize<'de> for KmipClientGetResponse
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 KmipClientGetResponse
impl PartialEq for KmipClientGetResponse
Source§fn eq(&self, other: &KmipClientGetResponse) -> bool
fn eq(&self, other: &KmipClientGetResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for KmipClientGetResponse
impl Serialize for KmipClientGetResponse
impl StructuralPartialEq for KmipClientGetResponse
Auto Trait Implementations§
impl Freeze for KmipClientGetResponse
impl RefUnwindSafe for KmipClientGetResponse
impl Send for KmipClientGetResponse
impl Sync for KmipClientGetResponse
impl Unpin for KmipClientGetResponse
impl UnsafeUnpin for KmipClientGetResponse
impl UnwindSafe for KmipClientGetResponse
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