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