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