Struct aws_sdk_ec2::operation::create_route::CreateRouteOutput
source · #[non_exhaustive]pub struct CreateRouteOutput { /* private fields */ }
Implementations§
source§impl CreateRouteOutput
impl CreateRouteOutput
sourcepub fn builder() -> CreateRouteOutputBuilder
pub fn builder() -> CreateRouteOutputBuilder
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 ==
.source§impl RequestId for CreateRouteOutput
impl RequestId for CreateRouteOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.