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