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