Struct aws_sdk_workspaces::output::RestoreWorkspaceOutput
source · #[non_exhaustive]pub struct RestoreWorkspaceOutput {}Implementations§
source§impl RestoreWorkspaceOutput
impl RestoreWorkspaceOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RestoreWorkspaceOutput.
Trait Implementations§
source§impl Clone for RestoreWorkspaceOutput
impl Clone for RestoreWorkspaceOutput
source§fn clone(&self) -> RestoreWorkspaceOutput
fn clone(&self) -> RestoreWorkspaceOutput
Returns a copy 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 Debug for RestoreWorkspaceOutput
impl Debug for RestoreWorkspaceOutput
source§impl PartialEq<RestoreWorkspaceOutput> for RestoreWorkspaceOutput
impl PartialEq<RestoreWorkspaceOutput> for RestoreWorkspaceOutput
source§fn eq(&self, other: &RestoreWorkspaceOutput) -> bool
fn eq(&self, other: &RestoreWorkspaceOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.