pub struct ElasticNodeSettings {
pub state: Option<State>,
}Expand description
Class used for updating an elastic node where only certain members are populated
Fields§
§state: Option<State>State of the ElasticNode
Implementations§
Trait Implementations§
Source§impl Clone for ElasticNodeSettings
impl Clone for ElasticNodeSettings
Source§fn clone(&self) -> ElasticNodeSettings
fn clone(&self) -> ElasticNodeSettings
Returns a duplicate of the value. Read more
1.0.0 · 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 ElasticNodeSettings
impl Debug for ElasticNodeSettings
Source§impl Default for ElasticNodeSettings
impl Default for ElasticNodeSettings
Source§fn default() -> ElasticNodeSettings
fn default() -> ElasticNodeSettings
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ElasticNodeSettings
impl<'de> Deserialize<'de> for ElasticNodeSettings
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 ElasticNodeSettings
impl PartialEq for ElasticNodeSettings
Source§impl Serialize for ElasticNodeSettings
impl Serialize for ElasticNodeSettings
impl StructuralPartialEq for ElasticNodeSettings
Auto Trait Implementations§
impl Freeze for ElasticNodeSettings
impl RefUnwindSafe for ElasticNodeSettings
impl Send for ElasticNodeSettings
impl Sync for ElasticNodeSettings
impl Unpin for ElasticNodeSettings
impl UnwindSafe for ElasticNodeSettings
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