pub struct PutSettingsRequestBodyJson {
pub persistent: Option<Value>,
pub transient: Option<Value>,
}Expand description
PutSettingsRequestBodyJson The cluster settings to update.
Fields§
§persistent: Option<Value>§transient: Option<Value>Implementations§
Source§impl PutSettingsRequestBodyJson
impl PutSettingsRequestBodyJson
Sourcepub fn new() -> PutSettingsRequestBodyJson
pub fn new() -> PutSettingsRequestBodyJson
The cluster settings to update.
Trait Implementations§
Source§impl Clone for PutSettingsRequestBodyJson
impl Clone for PutSettingsRequestBodyJson
Source§fn clone(&self) -> PutSettingsRequestBodyJson
fn clone(&self) -> PutSettingsRequestBodyJson
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 PutSettingsRequestBodyJson
impl Debug for PutSettingsRequestBodyJson
Source§impl Default for PutSettingsRequestBodyJson
impl Default for PutSettingsRequestBodyJson
Source§fn default() -> PutSettingsRequestBodyJson
fn default() -> PutSettingsRequestBodyJson
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PutSettingsRequestBodyJson
impl<'de> Deserialize<'de> for PutSettingsRequestBodyJson
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 PutSettingsRequestBodyJson
impl PartialEq for PutSettingsRequestBodyJson
Source§fn eq(&self, other: &PutSettingsRequestBodyJson) -> bool
fn eq(&self, other: &PutSettingsRequestBodyJson) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PutSettingsRequestBodyJson
Auto Trait Implementations§
impl Freeze for PutSettingsRequestBodyJson
impl RefUnwindSafe for PutSettingsRequestBodyJson
impl Send for PutSettingsRequestBodyJson
impl Sync for PutSettingsRequestBodyJson
impl Unpin for PutSettingsRequestBodyJson
impl UnsafeUnpin for PutSettingsRequestBodyJson
impl UnwindSafe for PutSettingsRequestBodyJson
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