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