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