Struct aws_sdk_worklink::output::ListDevicesOutput
source · [−]#[non_exhaustive]pub struct ListDevicesOutput { /* private fields */ }Implementations
sourceimpl ListDevicesOutput
impl ListDevicesOutput
sourcepub fn devices(&self) -> Option<&[DeviceSummary]>
pub fn devices(&self) -> Option<&[DeviceSummary]>
Information about the devices.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null.
sourceimpl ListDevicesOutput
impl ListDevicesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListDevicesOutput.
Trait Implementations
sourceimpl Clone for ListDevicesOutput
impl Clone for ListDevicesOutput
sourcefn clone(&self) -> ListDevicesOutput
fn clone(&self) -> ListDevicesOutput
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 ListDevicesOutput
impl Debug for ListDevicesOutput
sourceimpl PartialEq<ListDevicesOutput> for ListDevicesOutput
impl PartialEq<ListDevicesOutput> for ListDevicesOutput
sourcefn eq(&self, other: &ListDevicesOutput) -> bool
fn eq(&self, other: &ListDevicesOutput) -> bool
impl StructuralPartialEq for ListDevicesOutput
Auto Trait Implementations
impl RefUnwindSafe for ListDevicesOutput
impl Send for ListDevicesOutput
impl Sync for ListDevicesOutput
impl Unpin for ListDevicesOutput
impl UnwindSafe for ListDevicesOutput
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