pub struct ServerInformation;
Expand description
See KMIP 1.0 section 4.24 Server Information.
Trait Implementations§
Source§impl Clone for ServerInformation
impl Clone for ServerInformation
Source§fn clone(&self) -> ServerInformation
fn clone(&self) -> ServerInformation
Returns a duplicate of the value. Read more
1.0.0 · 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 ServerInformation
impl Debug for ServerInformation
Source§impl Default for ServerInformation
impl Default for ServerInformation
Source§fn default() -> ServerInformation
fn default() -> ServerInformation
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ServerInformation
impl<'de> Deserialize<'de> for ServerInformation
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 ServerInformation
impl PartialEq for ServerInformation
impl Eq for ServerInformation
impl StructuralPartialEq for ServerInformation
Auto Trait Implementations§
impl Freeze for ServerInformation
impl RefUnwindSafe for ServerInformation
impl Send for ServerInformation
impl Sync for ServerInformation
impl Unpin for ServerInformation
impl UnwindSafe for ServerInformation
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