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