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