Struct bollard::system::VersionComponents
source · pub struct VersionComponents {
pub name: String,
pub version: String,
pub details: Option<HashMap<String, Value>>,
}
Fields§
§name: String
Name of the component
version: String
Version of the component
details: Option<HashMap<String, Value>>
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 VersionComponents
impl Clone for VersionComponents
source§fn clone(&self) -> VersionComponents
fn clone(&self) -> VersionComponents
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 VersionComponents
impl Debug for VersionComponents
source§impl<'de> Deserialize<'de> for VersionComponents
impl<'de> Deserialize<'de> for VersionComponents
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 VersionComponents
impl PartialEq for VersionComponents
source§impl Serialize for VersionComponents
impl Serialize for VersionComponents
impl StructuralPartialEq for VersionComponents
Auto Trait Implementations§
impl Freeze for VersionComponents
impl RefUnwindSafe for VersionComponents
impl Send for VersionComponents
impl Sync for VersionComponents
impl Unpin for VersionComponents
impl UnwindSafe for VersionComponents
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
)