pub struct EnvironmentConfigClusterSettings {
pub enable: Option<bool>,
pub inter_node_listen_address: Option<bool>,
pub inter_node_urls: Option<bool>,
}
Fields§
§enable: Option<bool>
§inter_node_listen_address: Option<bool>
§inter_node_urls: Option<bool>
Implementations§
Trait Implementations§
Source§impl Clone for EnvironmentConfigClusterSettings
impl Clone for EnvironmentConfigClusterSettings
Source§fn clone(&self) -> EnvironmentConfigClusterSettings
fn clone(&self) -> EnvironmentConfigClusterSettings
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for EnvironmentConfigClusterSettings
impl Default for EnvironmentConfigClusterSettings
Source§fn default() -> EnvironmentConfigClusterSettings
fn default() -> EnvironmentConfigClusterSettings
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EnvironmentConfigClusterSettings
impl<'de> Deserialize<'de> for EnvironmentConfigClusterSettings
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 EnvironmentConfigClusterSettings
impl PartialEq for EnvironmentConfigClusterSettings
Source§fn eq(&self, other: &EnvironmentConfigClusterSettings) -> bool
fn eq(&self, other: &EnvironmentConfigClusterSettings) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for EnvironmentConfigClusterSettings
Auto Trait Implementations§
impl Freeze for EnvironmentConfigClusterSettings
impl RefUnwindSafe for EnvironmentConfigClusterSettings
impl Send for EnvironmentConfigClusterSettings
impl Sync for EnvironmentConfigClusterSettings
impl Unpin for EnvironmentConfigClusterSettings
impl UnwindSafe for EnvironmentConfigClusterSettings
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