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