#[non_exhaustive]pub struct DescribeWorkspaceSnapshotsOutput { /* private fields */ }Implementations
sourceimpl DescribeWorkspaceSnapshotsOutput
impl DescribeWorkspaceSnapshotsOutput
sourcepub fn rebuild_snapshots(&self) -> Option<&[Snapshot]>
pub fn rebuild_snapshots(&self) -> Option<&[Snapshot]>
Information about the snapshots that can be used to rebuild a WorkSpace. These snapshots include the user volume.
sourcepub fn restore_snapshots(&self) -> Option<&[Snapshot]>
pub fn restore_snapshots(&self) -> Option<&[Snapshot]>
Information about the snapshots that can be used to restore a WorkSpace. These snapshots include both the root volume and the user volume.
sourceimpl DescribeWorkspaceSnapshotsOutput
impl DescribeWorkspaceSnapshotsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeWorkspaceSnapshotsOutput.
Trait Implementations
sourceimpl Clone for DescribeWorkspaceSnapshotsOutput
impl Clone for DescribeWorkspaceSnapshotsOutput
sourcefn clone(&self) -> DescribeWorkspaceSnapshotsOutput
fn clone(&self) -> DescribeWorkspaceSnapshotsOutput
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 PartialEq<DescribeWorkspaceSnapshotsOutput> for DescribeWorkspaceSnapshotsOutput
impl PartialEq<DescribeWorkspaceSnapshotsOutput> for DescribeWorkspaceSnapshotsOutput
sourcefn eq(&self, other: &DescribeWorkspaceSnapshotsOutput) -> bool
fn eq(&self, other: &DescribeWorkspaceSnapshotsOutput) -> bool
impl StructuralPartialEq for DescribeWorkspaceSnapshotsOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeWorkspaceSnapshotsOutput
impl Send for DescribeWorkspaceSnapshotsOutput
impl Sync for DescribeWorkspaceSnapshotsOutput
impl Unpin for DescribeWorkspaceSnapshotsOutput
impl UnwindSafe for DescribeWorkspaceSnapshotsOutput
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