pub struct PostgresMetrics {
pub metrics: Option<Vec<PostgresMetric>>,
}Expand description
PostgresMetrics from the ClickHouse Cloud API.
Fields§
§metrics: Option<Vec<PostgresMetric>>Trait Implementations§
Source§impl Clone for PostgresMetrics
impl Clone for PostgresMetrics
Source§fn clone(&self) -> PostgresMetrics
fn clone(&self) -> PostgresMetrics
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 PostgresMetrics
impl Debug for PostgresMetrics
Source§impl Default for PostgresMetrics
impl Default for PostgresMetrics
Source§fn default() -> PostgresMetrics
fn default() -> PostgresMetrics
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PostgresMetrics
impl<'de> Deserialize<'de> for PostgresMetrics
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 PostgresMetrics
impl PartialEq for PostgresMetrics
Source§impl Serialize for PostgresMetrics
impl Serialize for PostgresMetrics
impl StructuralPartialEq for PostgresMetrics
Auto Trait Implementations§
impl Freeze for PostgresMetrics
impl RefUnwindSafe for PostgresMetrics
impl Send for PostgresMetrics
impl Sync for PostgresMetrics
impl Unpin for PostgresMetrics
impl UnsafeUnpin for PostgresMetrics
impl UnwindSafe for PostgresMetrics
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