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