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