pub struct NodeToNodeEncryptionOptionsStatus {
pub options: NodeToNodeEncryptionOptions,
pub status: OptionStatus,
}Expand description
Status of the node-to-node encryption options for the specified Elasticsearch domain.
Fields§
§options: NodeToNodeEncryptionOptionsSpecifies the node-to-node encryption options for the specified Elasticsearch domain.
status: OptionStatusSpecifies the status of the node-to-node encryption options for the specified Elasticsearch domain.
Trait Implementations§
Source§impl Clone for NodeToNodeEncryptionOptionsStatus
impl Clone for NodeToNodeEncryptionOptionsStatus
Source§fn clone(&self) -> NodeToNodeEncryptionOptionsStatus
fn clone(&self) -> NodeToNodeEncryptionOptionsStatus
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 Default for NodeToNodeEncryptionOptionsStatus
impl Default for NodeToNodeEncryptionOptionsStatus
Source§fn default() -> NodeToNodeEncryptionOptionsStatus
fn default() -> NodeToNodeEncryptionOptionsStatus
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NodeToNodeEncryptionOptionsStatus
impl<'de> Deserialize<'de> for NodeToNodeEncryptionOptionsStatus
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 NodeToNodeEncryptionOptionsStatus
impl PartialEq for NodeToNodeEncryptionOptionsStatus
Source§fn eq(&self, other: &NodeToNodeEncryptionOptionsStatus) -> bool
fn eq(&self, other: &NodeToNodeEncryptionOptionsStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NodeToNodeEncryptionOptionsStatus
Auto Trait Implementations§
impl Freeze for NodeToNodeEncryptionOptionsStatus
impl RefUnwindSafe for NodeToNodeEncryptionOptionsStatus
impl Send for NodeToNodeEncryptionOptionsStatus
impl Sync for NodeToNodeEncryptionOptionsStatus
impl Unpin for NodeToNodeEncryptionOptionsStatus
impl UnwindSafe for NodeToNodeEncryptionOptionsStatus
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