pub struct PostgresServiceRestoreRequest {
pub name: PgNameProperty,
pub pg_bouncer_config: Option<PgBouncerConfig>,
pub pg_config: Option<PgConfig>,
pub restore_target: PgPitrRestoreTargetProperty,
pub tags: Option<PgTags>,
}Expand description
PostgresServiceRestoreRequest from the ClickHouse Cloud API.
Fields§
§name: PgNameProperty§pg_bouncer_config: Option<PgBouncerConfig>§pg_config: Option<PgConfig>§restore_target: PgPitrRestoreTargetPropertyTrait Implementations§
Source§impl Clone for PostgresServiceRestoreRequest
impl Clone for PostgresServiceRestoreRequest
Source§fn clone(&self) -> PostgresServiceRestoreRequest
fn clone(&self) -> PostgresServiceRestoreRequest
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 PostgresServiceRestoreRequest
impl Default for PostgresServiceRestoreRequest
Source§fn default() -> PostgresServiceRestoreRequest
fn default() -> PostgresServiceRestoreRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PostgresServiceRestoreRequest
impl<'de> Deserialize<'de> for PostgresServiceRestoreRequest
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 PostgresServiceRestoreRequest
impl PartialEq for PostgresServiceRestoreRequest
Source§fn eq(&self, other: &PostgresServiceRestoreRequest) -> bool
fn eq(&self, other: &PostgresServiceRestoreRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PostgresServiceRestoreRequest
Auto Trait Implementations§
impl Freeze for PostgresServiceRestoreRequest
impl RefUnwindSafe for PostgresServiceRestoreRequest
impl Send for PostgresServiceRestoreRequest
impl Sync for PostgresServiceRestoreRequest
impl Unpin for PostgresServiceRestoreRequest
impl UnsafeUnpin for PostgresServiceRestoreRequest
impl UnwindSafe for PostgresServiceRestoreRequest
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