Struct aws_sdk_outposts::output::GetOrderOutput
source · [−]#[non_exhaustive]pub struct GetOrderOutput { /* private fields */ }
Implementations
sourceimpl GetOrderOutput
impl GetOrderOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetOrderOutput
.
Trait Implementations
sourceimpl Clone for GetOrderOutput
impl Clone for GetOrderOutput
sourcefn clone(&self) -> GetOrderOutput
fn clone(&self) -> GetOrderOutput
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 GetOrderOutput
impl Debug for GetOrderOutput
sourceimpl PartialEq<GetOrderOutput> for GetOrderOutput
impl PartialEq<GetOrderOutput> for GetOrderOutput
sourcefn eq(&self, other: &GetOrderOutput) -> bool
fn eq(&self, other: &GetOrderOutput) -> bool
impl StructuralPartialEq for GetOrderOutput
Auto Trait Implementations
impl RefUnwindSafe for GetOrderOutput
impl Send for GetOrderOutput
impl Sync for GetOrderOutput
impl Unpin for GetOrderOutput
impl UnwindSafe for GetOrderOutput
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