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