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