Struct aws_sdk_workspaces::input::RestoreWorkspaceInput
source · [−]#[non_exhaustive]pub struct RestoreWorkspaceInput { /* private fields */ }Implementations
sourceimpl RestoreWorkspaceInput
impl RestoreWorkspaceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RestoreWorkspace, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RestoreWorkspace, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<RestoreWorkspace>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RestoreWorkspaceInput.
sourceimpl RestoreWorkspaceInput
impl RestoreWorkspaceInput
sourcepub fn workspace_id(&self) -> Option<&str>
pub fn workspace_id(&self) -> Option<&str>
The identifier of the WorkSpace.
Trait Implementations
sourceimpl Clone for RestoreWorkspaceInput
impl Clone for RestoreWorkspaceInput
sourcefn clone(&self) -> RestoreWorkspaceInput
fn clone(&self) -> RestoreWorkspaceInput
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 RestoreWorkspaceInput
impl Debug for RestoreWorkspaceInput
sourceimpl PartialEq<RestoreWorkspaceInput> for RestoreWorkspaceInput
impl PartialEq<RestoreWorkspaceInput> for RestoreWorkspaceInput
sourcefn eq(&self, other: &RestoreWorkspaceInput) -> bool
fn eq(&self, other: &RestoreWorkspaceInput) -> bool
impl StructuralPartialEq for RestoreWorkspaceInput
Auto Trait Implementations
impl RefUnwindSafe for RestoreWorkspaceInput
impl Send for RestoreWorkspaceInput
impl Sync for RestoreWorkspaceInput
impl Unpin for RestoreWorkspaceInput
impl UnwindSafe for RestoreWorkspaceInput
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