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