Struct bollard::secret::SystemVersionComponents
source · pub struct SystemVersionComponents {
pub name: String,
pub version: String,
pub details: Option<HashMap<(), ()>>,
}
Fields§
§name: String
Name of the component
version: String
Version of the component
details: Option<HashMap<(), ()>>
Key/value pairs of strings with additional information about the component. These values are intended for informational purposes only, and their content is not defined, and not part of the API specification. These messages can be printed by the client as information to the user.
Trait Implementations§
source§impl Clone for SystemVersionComponents
impl Clone for SystemVersionComponents
source§fn clone(&self) -> SystemVersionComponents
fn clone(&self) -> SystemVersionComponents
Returns a copy 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 SystemVersionComponents
impl Debug for SystemVersionComponents
source§impl Default for SystemVersionComponents
impl Default for SystemVersionComponents
source§fn default() -> SystemVersionComponents
fn default() -> SystemVersionComponents
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SystemVersionComponents
impl<'de> Deserialize<'de> for SystemVersionComponents
source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<SystemVersionComponents, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<SystemVersionComponents, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for SystemVersionComponents
impl PartialEq for SystemVersionComponents
source§impl Serialize for SystemVersionComponents
impl Serialize for SystemVersionComponents
source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for SystemVersionComponents
Auto Trait Implementations§
impl Freeze for SystemVersionComponents
impl RefUnwindSafe for SystemVersionComponents
impl Send for SystemVersionComponents
impl Sync for SystemVersionComponents
impl Unpin for SystemVersionComponents
impl UnwindSafe for SystemVersionComponents
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)