Struct aws_sdk_outposts::output::CancelOrderOutput
source · [−]#[non_exhaustive]pub struct CancelOrderOutput {}
Implementations
sourceimpl CancelOrderOutput
impl CancelOrderOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CancelOrderOutput
.
Trait Implementations
sourceimpl Clone for CancelOrderOutput
impl Clone for CancelOrderOutput
sourcefn clone(&self) -> CancelOrderOutput
fn clone(&self) -> CancelOrderOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CancelOrderOutput
impl Debug for CancelOrderOutput
sourceimpl PartialEq<CancelOrderOutput> for CancelOrderOutput
impl PartialEq<CancelOrderOutput> for CancelOrderOutput
sourcefn eq(&self, other: &CancelOrderOutput) -> bool
fn eq(&self, other: &CancelOrderOutput) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more