pub struct DescribeWorkspaceSnapshotsRequest {
pub workspace_id: String,
}Fields§
§workspace_id: StringThe identifier of the WorkSpace.
Trait Implementations§
Source§impl Clone for DescribeWorkspaceSnapshotsRequest
impl Clone for DescribeWorkspaceSnapshotsRequest
Source§fn clone(&self) -> DescribeWorkspaceSnapshotsRequest
fn clone(&self) -> DescribeWorkspaceSnapshotsRequest
Returns a duplicate 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 Default for DescribeWorkspaceSnapshotsRequest
impl Default for DescribeWorkspaceSnapshotsRequest
Source§fn default() -> DescribeWorkspaceSnapshotsRequest
fn default() -> DescribeWorkspaceSnapshotsRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeWorkspaceSnapshotsRequest
impl PartialEq for DescribeWorkspaceSnapshotsRequest
Source§fn eq(&self, other: &DescribeWorkspaceSnapshotsRequest) -> bool
fn eq(&self, other: &DescribeWorkspaceSnapshotsRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescribeWorkspaceSnapshotsRequest
Auto Trait Implementations§
impl Freeze for DescribeWorkspaceSnapshotsRequest
impl RefUnwindSafe for DescribeWorkspaceSnapshotsRequest
impl Send for DescribeWorkspaceSnapshotsRequest
impl Sync for DescribeWorkspaceSnapshotsRequest
impl Unpin for DescribeWorkspaceSnapshotsRequest
impl UnwindSafe for DescribeWorkspaceSnapshotsRequest
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