Struct aws_sdk_outposts::operation::create_order::CreateOrderOutput
source · #[non_exhaustive]pub struct CreateOrderOutput { /* private fields */ }
Implementations§
source§impl CreateOrderOutput
impl CreateOrderOutput
sourcepub fn builder() -> CreateOrderOutputBuilder
pub fn builder() -> CreateOrderOutputBuilder
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 ==
.source§impl RequestId for CreateOrderOutput
impl RequestId for CreateOrderOutput
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.impl StructuralPartialEq for CreateOrderOutput
Auto Trait Implementations§
impl RefUnwindSafe for CreateOrderOutput
impl Send for CreateOrderOutput
impl Sync for CreateOrderOutput
impl Unpin for CreateOrderOutput
impl UnwindSafe for CreateOrderOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more