Struct aws_sdk_workspaces::output::RestoreWorkspaceOutput
source · [−]#[non_exhaustive]pub struct RestoreWorkspaceOutput {}Implementations
sourceimpl RestoreWorkspaceOutput
impl RestoreWorkspaceOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RestoreWorkspaceOutput.
Trait Implementations
sourceimpl Clone for RestoreWorkspaceOutput
impl Clone for RestoreWorkspaceOutput
sourcefn clone(&self) -> RestoreWorkspaceOutput
fn clone(&self) -> RestoreWorkspaceOutput
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 RestoreWorkspaceOutput
impl Debug for RestoreWorkspaceOutput
sourceimpl PartialEq<RestoreWorkspaceOutput> for RestoreWorkspaceOutput
impl PartialEq<RestoreWorkspaceOutput> for RestoreWorkspaceOutput
sourcefn eq(&self, other: &RestoreWorkspaceOutput) -> bool
fn eq(&self, other: &RestoreWorkspaceOutput) -> bool
impl StructuralPartialEq for RestoreWorkspaceOutput
Auto Trait Implementations
impl RefUnwindSafe for RestoreWorkspaceOutput
impl Send for RestoreWorkspaceOutput
impl Sync for RestoreWorkspaceOutput
impl Unpin for RestoreWorkspaceOutput
impl UnwindSafe for RestoreWorkspaceOutput
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