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