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
sourceimpl CustomerNodeEndpoint
impl CustomerNodeEndpoint
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CustomerNodeEndpoint.
Trait Implementations
sourceimpl Clone for CustomerNodeEndpoint
impl Clone for CustomerNodeEndpoint
sourcefn clone(&self) -> CustomerNodeEndpoint
fn clone(&self) -> CustomerNodeEndpoint
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for CustomerNodeEndpoint
impl Debug for CustomerNodeEndpoint
sourceimpl PartialEq<CustomerNodeEndpoint> for CustomerNodeEndpoint
impl PartialEq<CustomerNodeEndpoint> for CustomerNodeEndpoint
sourcefn eq(&self, other: &CustomerNodeEndpoint) -> bool
fn eq(&self, other: &CustomerNodeEndpoint) -> bool
impl StructuralPartialEq for CustomerNodeEndpoint
Auto Trait Implementations
impl RefUnwindSafe for CustomerNodeEndpoint
impl Send for CustomerNodeEndpoint
impl Sync for CustomerNodeEndpoint
impl Unpin for CustomerNodeEndpoint
impl UnwindSafe for CustomerNodeEndpoint
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more