#[non_exhaustive]pub struct UpdateDirectConnectGatewayOutput { /* private fields */ }Implementations
sourceimpl UpdateDirectConnectGatewayOutput
impl UpdateDirectConnectGatewayOutput
sourcepub fn direct_connect_gateway(&self) -> Option<&DirectConnectGateway>
pub fn direct_connect_gateway(&self) -> Option<&DirectConnectGateway>
Information about a Direct Connect gateway, which enables you to connect virtual interfaces and virtual private gateway or transit gateways.
sourceimpl UpdateDirectConnectGatewayOutput
impl UpdateDirectConnectGatewayOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateDirectConnectGatewayOutput.
Trait Implementations
sourceimpl Clone for UpdateDirectConnectGatewayOutput
impl Clone for UpdateDirectConnectGatewayOutput
sourcefn clone(&self) -> UpdateDirectConnectGatewayOutput
fn clone(&self) -> UpdateDirectConnectGatewayOutput
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<UpdateDirectConnectGatewayOutput> for UpdateDirectConnectGatewayOutput
impl PartialEq<UpdateDirectConnectGatewayOutput> for UpdateDirectConnectGatewayOutput
sourcefn eq(&self, other: &UpdateDirectConnectGatewayOutput) -> bool
fn eq(&self, other: &UpdateDirectConnectGatewayOutput) -> bool
impl StructuralPartialEq for UpdateDirectConnectGatewayOutput
Auto Trait Implementations
impl RefUnwindSafe for UpdateDirectConnectGatewayOutput
impl Send for UpdateDirectConnectGatewayOutput
impl Sync for UpdateDirectConnectGatewayOutput
impl Unpin for UpdateDirectConnectGatewayOutput
impl UnwindSafe for UpdateDirectConnectGatewayOutput
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