pub struct IdGetOutputMonId {
pub addrs: 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§
§addrs: 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 IdGetOutputMonId
impl Clone for IdGetOutputMonId
Source§fn clone(&self) -> IdGetOutputMonId
fn clone(&self) -> IdGetOutputMonId
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 IdGetOutputMonId
impl Debug for IdGetOutputMonId
Source§impl<'de> Deserialize<'de> for IdGetOutputMonId
impl<'de> Deserialize<'de> for IdGetOutputMonId
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 IdGetOutputMonId
impl RefUnwindSafe for IdGetOutputMonId
impl Send for IdGetOutputMonId
impl Sync for IdGetOutputMonId
impl Unpin for IdGetOutputMonId
impl UnwindSafe for IdGetOutputMonId
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