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