Struct aws_sdk_elasticache::model::SubnetOutpost
source · [−]#[non_exhaustive]pub struct SubnetOutpost { /* private fields */ }Expand description
The ID of the outpost subnet.
Implementations
sourceimpl SubnetOutpost
impl SubnetOutpost
sourcepub fn subnet_outpost_arn(&self) -> Option<&str>
pub fn subnet_outpost_arn(&self) -> Option<&str>
The outpost ARN of the subnet.
sourceimpl SubnetOutpost
impl SubnetOutpost
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SubnetOutpost.
Trait Implementations
sourceimpl Clone for SubnetOutpost
impl Clone for SubnetOutpost
sourcefn clone(&self) -> SubnetOutpost
fn clone(&self) -> SubnetOutpost
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 SubnetOutpost
impl Debug for SubnetOutpost
sourceimpl PartialEq<SubnetOutpost> for SubnetOutpost
impl PartialEq<SubnetOutpost> for SubnetOutpost
sourcefn eq(&self, other: &SubnetOutpost) -> bool
fn eq(&self, other: &SubnetOutpost) -> bool
impl StructuralPartialEq for SubnetOutpost
Auto Trait Implementations
impl RefUnwindSafe for SubnetOutpost
impl Send for SubnetOutpost
impl Sync for SubnetOutpost
impl Unpin for SubnetOutpost
impl UnwindSafe for SubnetOutpost
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