Struct aws_sdk_dax::types::NodeTypeSpecificValue
source · #[non_exhaustive]pub struct NodeTypeSpecificValue { /* private fields */ }Expand description
Represents a parameter value that is applicable to a particular node type.
Implementations§
source§impl NodeTypeSpecificValue
impl NodeTypeSpecificValue
sourcepub fn builder() -> NodeTypeSpecificValueBuilder
pub fn builder() -> NodeTypeSpecificValueBuilder
Creates a new builder-style object to manufacture NodeTypeSpecificValue.
Trait Implementations§
source§impl Clone for NodeTypeSpecificValue
impl Clone for NodeTypeSpecificValue
source§fn clone(&self) -> NodeTypeSpecificValue
fn clone(&self) -> NodeTypeSpecificValue
Returns a copy 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 NodeTypeSpecificValue
impl Debug for NodeTypeSpecificValue
source§impl PartialEq<NodeTypeSpecificValue> for NodeTypeSpecificValue
impl PartialEq<NodeTypeSpecificValue> for NodeTypeSpecificValue
source§fn eq(&self, other: &NodeTypeSpecificValue) -> bool
fn eq(&self, other: &NodeTypeSpecificValue) -> bool
This method tests for
self and other values to be equal, and is used
by ==.