pub struct GetOutputItems {Show 18 fields
pub application_metadata: Option<ApplicationMetadataGetOutputItemsApplicationMetadata>,
pub autoscale_status: Option<AutoscaleStatusGetOutputItemsAutoscaleStatus>,
pub bytes_used: i64,
pub crush_rule: i64,
pub crush_rule_name: String,
pub min_size: i64,
pub percent_used: f64,
pub pg_autoscale_mode: Option<String>,
pub pg_num: i64,
pub pg_num_final: Option<i64>,
pub pg_num_min: Option<i64>,
pub pool: i64,
pub pool_name: String,
pub size: i64,
pub target_size: Option<i64>,
pub target_size_ratio: Option<f64>,
pub ty: Type,
pub additional_properties: HashMap<String, Value>,
}Fields§
§application_metadata: Option<ApplicationMetadataGetOutputItemsApplicationMetadata>§autoscale_status: Option<AutoscaleStatusGetOutputItemsAutoscaleStatus>§bytes_used: i64§crush_rule: i64§crush_rule_name: String§min_size: i64§percent_used: f64§pg_autoscale_mode: Option<String>§pg_num: i64§pg_num_final: Option<i64>§pg_num_min: Option<i64>§pool: i64§pool_name: String§size: i64§target_size: Option<i64>§target_size_ratio: Option<f64>§ty: Type§additional_properties: HashMap<String, Value>Implementations§
Trait Implementations§
Source§impl Clone for GetOutputItems
impl Clone for GetOutputItems
Source§fn clone(&self) -> GetOutputItems
fn clone(&self) -> GetOutputItems
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetOutputItems
impl Debug for GetOutputItems
Source§impl<'de> Deserialize<'de> for GetOutputItems
impl<'de> Deserialize<'de> for GetOutputItems
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 GetOutputItems
impl RefUnwindSafe for GetOutputItems
impl Send for GetOutputItems
impl Sync for GetOutputItems
impl Unpin for GetOutputItems
impl UnsafeUnpin for GetOutputItems
impl UnwindSafe for GetOutputItems
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