Struct aws_sdk_outposts::output::CreateOrderOutput
source · #[non_exhaustive]pub struct CreateOrderOutput { /* private fields */ }
Implementations§
source§impl CreateOrderOutput
impl CreateOrderOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateOrderOutput
.
Trait Implementations§
source§impl Clone for CreateOrderOutput
impl Clone for CreateOrderOutput
source§fn clone(&self) -> CreateOrderOutput
fn clone(&self) -> CreateOrderOutput
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 CreateOrderOutput
impl Debug for CreateOrderOutput
source§impl PartialEq<CreateOrderOutput> for CreateOrderOutput
impl PartialEq<CreateOrderOutput> for CreateOrderOutput
source§fn eq(&self, other: &CreateOrderOutput) -> bool
fn eq(&self, other: &CreateOrderOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.