#[non_exhaustive]pub struct DescribeWorkspaceImagesOutput { /* private fields */ }Implementations
sourceimpl DescribeWorkspaceImagesOutput
impl DescribeWorkspaceImagesOutput
sourcepub fn images(&self) -> Option<&[WorkspaceImage]>
pub fn images(&self) -> Option<&[WorkspaceImage]>
Information about the images.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
sourceimpl DescribeWorkspaceImagesOutput
impl DescribeWorkspaceImagesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeWorkspaceImagesOutput.
Trait Implementations
sourceimpl Clone for DescribeWorkspaceImagesOutput
impl Clone for DescribeWorkspaceImagesOutput
sourcefn clone(&self) -> DescribeWorkspaceImagesOutput
fn clone(&self) -> DescribeWorkspaceImagesOutput
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 DescribeWorkspaceImagesOutput
impl Debug for DescribeWorkspaceImagesOutput
sourceimpl PartialEq<DescribeWorkspaceImagesOutput> for DescribeWorkspaceImagesOutput
impl PartialEq<DescribeWorkspaceImagesOutput> for DescribeWorkspaceImagesOutput
sourcefn eq(&self, other: &DescribeWorkspaceImagesOutput) -> bool
fn eq(&self, other: &DescribeWorkspaceImagesOutput) -> bool
impl StructuralPartialEq for DescribeWorkspaceImagesOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeWorkspaceImagesOutput
impl Send for DescribeWorkspaceImagesOutput
impl Sync for DescribeWorkspaceImagesOutput
impl Unpin for DescribeWorkspaceImagesOutput
impl UnwindSafe for DescribeWorkspaceImagesOutput
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