pub struct IdGetOutputMdsId {
pub addr: String,
pub ceph_release: String,
pub ceph_version: String,
pub ceph_version_short: String,
pub hostname: String,
pub mem_swap_kb: u64,
pub mem_total_kb: u64,
pub name: String,
pub additional_properties: HashMap<String, Value>,
}Fields§
§addr: StringBind addresses and ports.
ceph_release: StringCeph release codename currently used.
ceph_version: StringVersion info currently used by the service.
ceph_version_short: StringShort version (numerical) info currently used by the service.
hostname: StringHostname on which the service is running.
mem_swap_kb: u64Memory of the service currently in swap.
mem_total_kb: u64Memory consumption of the service.
name: StringName of the service instance.
additional_properties: HashMap<String, Value>Implementations§
Trait Implementations§
Source§impl Clone for IdGetOutputMdsId
impl Clone for IdGetOutputMdsId
Source§fn clone(&self) -> IdGetOutputMdsId
fn clone(&self) -> IdGetOutputMdsId
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 IdGetOutputMdsId
impl Debug for IdGetOutputMdsId
Source§impl<'de> Deserialize<'de> for IdGetOutputMdsId
impl<'de> Deserialize<'de> for IdGetOutputMdsId
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
Auto Trait Implementations§
impl Freeze for IdGetOutputMdsId
impl RefUnwindSafe for IdGetOutputMdsId
impl Send for IdGetOutputMdsId
impl Sync for IdGetOutputMdsId
impl Unpin for IdGetOutputMdsId
impl UnwindSafe for IdGetOutputMdsId
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