pub struct PostgresServiceListItem {
pub created_at: PgCreatedAtProperty,
pub ha_type: PgHaType,
pub id: PgIdProperty,
pub is_primary: PgIsPrimaryProperty,
pub name: PgNameProperty,
pub postgres_version: PgVersion,
pub provider: PgProvider,
pub region: PgRegion,
pub size: PgSize,
pub state: PgStateProperty,
pub tags: PgTags,
}Expand description
PostgresServiceListItem from the ClickHouse Cloud API.
Fields§
§created_at: PgCreatedAtProperty§ha_type: PgHaType§id: PgIdProperty§is_primary: PgIsPrimaryProperty§name: PgNameProperty§postgres_version: PgVersion§provider: PgProvider§region: PgRegion§size: PgSize§state: PgStatePropertyTrait Implementations§
Source§impl Clone for PostgresServiceListItem
impl Clone for PostgresServiceListItem
Source§fn clone(&self) -> PostgresServiceListItem
fn clone(&self) -> PostgresServiceListItem
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 PostgresServiceListItem
impl Debug for PostgresServiceListItem
Source§impl Default for PostgresServiceListItem
impl Default for PostgresServiceListItem
Source§fn default() -> PostgresServiceListItem
fn default() -> PostgresServiceListItem
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PostgresServiceListItem
impl<'de> Deserialize<'de> for PostgresServiceListItem
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 PostgresServiceListItem
impl PartialEq for PostgresServiceListItem
Source§fn eq(&self, other: &PostgresServiceListItem) -> bool
fn eq(&self, other: &PostgresServiceListItem) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for PostgresServiceListItem
impl Serialize for PostgresServiceListItem
impl StructuralPartialEq for PostgresServiceListItem
Auto Trait Implementations§
impl Freeze for PostgresServiceListItem
impl RefUnwindSafe for PostgresServiceListItem
impl Send for PostgresServiceListItem
impl Sync for PostgresServiceListItem
impl Unpin for PostgresServiceListItem
impl UnsafeUnpin for PostgresServiceListItem
impl UnwindSafe for PostgresServiceListItem
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