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