pub struct UpdateReversePrivateEndpoint {
pub custom_private_dns_mappings: Option<Vec<CustomPrivateDnsMapping>>,
}Expand description
UpdateReversePrivateEndpoint from the ClickHouse Cloud API.
Fields§
§custom_private_dns_mappings: Option<Vec<CustomPrivateDnsMapping>>Trait Implementations§
Source§impl Clone for UpdateReversePrivateEndpoint
impl Clone for UpdateReversePrivateEndpoint
Source§fn clone(&self) -> UpdateReversePrivateEndpoint
fn clone(&self) -> UpdateReversePrivateEndpoint
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 UpdateReversePrivateEndpoint
impl Debug for UpdateReversePrivateEndpoint
Source§impl Default for UpdateReversePrivateEndpoint
impl Default for UpdateReversePrivateEndpoint
Source§fn default() -> UpdateReversePrivateEndpoint
fn default() -> UpdateReversePrivateEndpoint
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateReversePrivateEndpoint
impl<'de> Deserialize<'de> for UpdateReversePrivateEndpoint
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
impl StructuralPartialEq for UpdateReversePrivateEndpoint
Auto Trait Implementations§
impl Freeze for UpdateReversePrivateEndpoint
impl RefUnwindSafe for UpdateReversePrivateEndpoint
impl Send for UpdateReversePrivateEndpoint
impl Sync for UpdateReversePrivateEndpoint
impl Unpin for UpdateReversePrivateEndpoint
impl UnsafeUnpin for UpdateReversePrivateEndpoint
impl UnwindSafe for UpdateReversePrivateEndpoint
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