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