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