Struct aws_sdk_ec2::output::CreateRouteOutput
source · #[non_exhaustive]pub struct CreateRouteOutput { /* private fields */ }
Implementations§
source§impl CreateRouteOutput
impl CreateRouteOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateRouteOutput
.
Trait Implementations§
source§impl Clone for CreateRouteOutput
impl Clone for CreateRouteOutput
source§fn clone(&self) -> CreateRouteOutput
fn clone(&self) -> CreateRouteOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CreateRouteOutput
impl Debug for CreateRouteOutput
source§impl PartialEq<CreateRouteOutput> for CreateRouteOutput
impl PartialEq<CreateRouteOutput> for CreateRouteOutput
source§fn eq(&self, other: &CreateRouteOutput) -> bool
fn eq(&self, other: &CreateRouteOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.