Struct aws_sdk_outposts::operation::cancel_order::CancelOrderOutput
source · #[non_exhaustive]pub struct CancelOrderOutput { /* private fields */ }
Implementations§
source§impl CancelOrderOutput
impl CancelOrderOutput
sourcepub fn builder() -> CancelOrderOutputBuilder
pub fn builder() -> CancelOrderOutputBuilder
Creates a new builder-style object to manufacture CancelOrderOutput
.
Trait Implementations§
source§impl Clone for CancelOrderOutput
impl Clone for CancelOrderOutput
source§fn clone(&self) -> CancelOrderOutput
fn clone(&self) -> CancelOrderOutput
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 CancelOrderOutput
impl Debug for CancelOrderOutput
source§impl PartialEq for CancelOrderOutput
impl PartialEq for CancelOrderOutput
source§fn eq(&self, other: &CancelOrderOutput) -> bool
fn eq(&self, other: &CancelOrderOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CancelOrderOutput
impl RequestId for CancelOrderOutput
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 CancelOrderOutput
Auto Trait Implementations§
impl RefUnwindSafe for CancelOrderOutput
impl Send for CancelOrderOutput
impl Sync for CancelOrderOutput
impl Unpin for CancelOrderOutput
impl UnwindSafe for CancelOrderOutput
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.