Struct aws_sdk_elasticache::model::CustomerNodeEndpoint
source · #[non_exhaustive]pub struct CustomerNodeEndpoint { /* private fields */ }
Expand description
The endpoint from which data should be migrated.
Implementations§
source§impl CustomerNodeEndpoint
impl CustomerNodeEndpoint
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CustomerNodeEndpoint
.
Trait Implementations§
source§impl Clone for CustomerNodeEndpoint
impl Clone for CustomerNodeEndpoint
source§fn clone(&self) -> CustomerNodeEndpoint
fn clone(&self) -> CustomerNodeEndpoint
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 CustomerNodeEndpoint
impl Debug for CustomerNodeEndpoint
source§impl PartialEq<CustomerNodeEndpoint> for CustomerNodeEndpoint
impl PartialEq<CustomerNodeEndpoint> for CustomerNodeEndpoint
source§fn eq(&self, other: &CustomerNodeEndpoint) -> bool
fn eq(&self, other: &CustomerNodeEndpoint) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.