#[non_exhaustive]pub struct ModifyVpcEndpointConnectionNotificationOutput { /* private fields */ }
Implementations
sourceimpl ModifyVpcEndpointConnectionNotificationOutput
impl ModifyVpcEndpointConnectionNotificationOutput
sourcepub fn return_value(&self) -> Option<bool>
pub fn return_value(&self) -> Option<bool>
Returns true
if the request succeeds; otherwise, it returns an error.
sourceimpl ModifyVpcEndpointConnectionNotificationOutput
impl ModifyVpcEndpointConnectionNotificationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModifyVpcEndpointConnectionNotificationOutput
.
Trait Implementations
sourceimpl Clone for ModifyVpcEndpointConnectionNotificationOutput
impl Clone for ModifyVpcEndpointConnectionNotificationOutput
sourcefn clone(&self) -> ModifyVpcEndpointConnectionNotificationOutput
fn clone(&self) -> ModifyVpcEndpointConnectionNotificationOutput
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 PartialEq<ModifyVpcEndpointConnectionNotificationOutput> for ModifyVpcEndpointConnectionNotificationOutput
impl PartialEq<ModifyVpcEndpointConnectionNotificationOutput> for ModifyVpcEndpointConnectionNotificationOutput
sourcefn eq(&self, other: &ModifyVpcEndpointConnectionNotificationOutput) -> bool
fn eq(&self, other: &ModifyVpcEndpointConnectionNotificationOutput) -> bool
impl StructuralPartialEq for ModifyVpcEndpointConnectionNotificationOutput
Auto Trait Implementations
impl RefUnwindSafe for ModifyVpcEndpointConnectionNotificationOutput
impl Send for ModifyVpcEndpointConnectionNotificationOutput
impl Sync for ModifyVpcEndpointConnectionNotificationOutput
impl Unpin for ModifyVpcEndpointConnectionNotificationOutput
impl UnwindSafe for ModifyVpcEndpointConnectionNotificationOutput
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