Struct aws_sdk_workspaces::output::RebootWorkspacesOutput
source · [−]#[non_exhaustive]pub struct RebootWorkspacesOutput { /* private fields */ }Implementations
sourceimpl RebootWorkspacesOutput
impl RebootWorkspacesOutput
sourcepub fn failed_requests(&self) -> Option<&[FailedWorkspaceChangeRequest]>
pub fn failed_requests(&self) -> Option<&[FailedWorkspaceChangeRequest]>
Information about the WorkSpaces that could not be rebooted.
sourceimpl RebootWorkspacesOutput
impl RebootWorkspacesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RebootWorkspacesOutput.
Trait Implementations
sourceimpl Clone for RebootWorkspacesOutput
impl Clone for RebootWorkspacesOutput
sourcefn clone(&self) -> RebootWorkspacesOutput
fn clone(&self) -> RebootWorkspacesOutput
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 RebootWorkspacesOutput
impl Debug for RebootWorkspacesOutput
sourceimpl PartialEq<RebootWorkspacesOutput> for RebootWorkspacesOutput
impl PartialEq<RebootWorkspacesOutput> for RebootWorkspacesOutput
sourcefn eq(&self, other: &RebootWorkspacesOutput) -> bool
fn eq(&self, other: &RebootWorkspacesOutput) -> bool
impl StructuralPartialEq for RebootWorkspacesOutput
Auto Trait Implementations
impl RefUnwindSafe for RebootWorkspacesOutput
impl Send for RebootWorkspacesOutput
impl Sync for RebootWorkspacesOutput
impl Unpin for RebootWorkspacesOutput
impl UnwindSafe for RebootWorkspacesOutput
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