#[non_exhaustive]pub struct UpdateVpceConfigurationOutput { /* private fields */ }Implementations
sourceimpl UpdateVpceConfigurationOutput
impl UpdateVpceConfigurationOutput
sourcepub fn vpce_configuration(&self) -> Option<&VpceConfiguration>
pub fn vpce_configuration(&self) -> Option<&VpceConfiguration>
An object that contains information about your VPC endpoint configuration.
sourceimpl UpdateVpceConfigurationOutput
impl UpdateVpceConfigurationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateVpceConfigurationOutput.
Trait Implementations
sourceimpl Clone for UpdateVpceConfigurationOutput
impl Clone for UpdateVpceConfigurationOutput
sourcefn clone(&self) -> UpdateVpceConfigurationOutput
fn clone(&self) -> UpdateVpceConfigurationOutput
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 UpdateVpceConfigurationOutput
impl Debug for UpdateVpceConfigurationOutput
sourceimpl PartialEq<UpdateVpceConfigurationOutput> for UpdateVpceConfigurationOutput
impl PartialEq<UpdateVpceConfigurationOutput> for UpdateVpceConfigurationOutput
sourcefn eq(&self, other: &UpdateVpceConfigurationOutput) -> bool
fn eq(&self, other: &UpdateVpceConfigurationOutput) -> bool
impl StructuralPartialEq for UpdateVpceConfigurationOutput
Auto Trait Implementations
impl RefUnwindSafe for UpdateVpceConfigurationOutput
impl Send for UpdateVpceConfigurationOutput
impl Sync for UpdateVpceConfigurationOutput
impl Unpin for UpdateVpceConfigurationOutput
impl UnwindSafe for UpdateVpceConfigurationOutput
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