#[non_exhaustive]pub struct CacheNodeTypeSpecificValue { /* private fields */ }
Expand description
A value that applies only to a certain cache node type.
Implementations§
source§impl CacheNodeTypeSpecificValue
impl CacheNodeTypeSpecificValue
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CacheNodeTypeSpecificValue
.
Trait Implementations§
source§impl Clone for CacheNodeTypeSpecificValue
impl Clone for CacheNodeTypeSpecificValue
source§fn clone(&self) -> CacheNodeTypeSpecificValue
fn clone(&self) -> CacheNodeTypeSpecificValue
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 CacheNodeTypeSpecificValue
impl Debug for CacheNodeTypeSpecificValue
source§impl PartialEq<CacheNodeTypeSpecificValue> for CacheNodeTypeSpecificValue
impl PartialEq<CacheNodeTypeSpecificValue> for CacheNodeTypeSpecificValue
source§fn eq(&self, other: &CacheNodeTypeSpecificValue) -> bool
fn eq(&self, other: &CacheNodeTypeSpecificValue) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.