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