Struct aws_sdk_outposts::operation::list_orders::ListOrdersOutput
source · #[non_exhaustive]pub struct ListOrdersOutput { /* private fields */ }
Implementations§
source§impl ListOrdersOutput
impl ListOrdersOutput
sourcepub fn orders(&self) -> Option<&[OrderSummary]>
pub fn orders(&self) -> Option<&[OrderSummary]>
Information about the orders.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The pagination token.
source§impl ListOrdersOutput
impl ListOrdersOutput
sourcepub fn builder() -> ListOrdersOutputBuilder
pub fn builder() -> ListOrdersOutputBuilder
Creates a new builder-style object to manufacture ListOrdersOutput
.
Trait Implementations§
source§impl Clone for ListOrdersOutput
impl Clone for ListOrdersOutput
source§fn clone(&self) -> ListOrdersOutput
fn clone(&self) -> ListOrdersOutput
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 ListOrdersOutput
impl Debug for ListOrdersOutput
source§impl PartialEq<ListOrdersOutput> for ListOrdersOutput
impl PartialEq<ListOrdersOutput> for ListOrdersOutput
source§fn eq(&self, other: &ListOrdersOutput) -> bool
fn eq(&self, other: &ListOrdersOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for ListOrdersOutput
impl RequestId for ListOrdersOutput
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 ListOrdersOutput
Auto Trait Implementations§
impl RefUnwindSafe for ListOrdersOutput
impl Send for ListOrdersOutput
impl Sync for ListOrdersOutput
impl Unpin for ListOrdersOutput
impl UnwindSafe for ListOrdersOutput
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