Struct aws_sdk_workspaces::model::StopRequest
source · [−]#[non_exhaustive]pub struct StopRequest { /* private fields */ }Expand description
Describes the information used to stop a WorkSpace.
Implementations
sourceimpl StopRequest
impl StopRequest
sourcepub fn workspace_id(&self) -> Option<&str>
pub fn workspace_id(&self) -> Option<&str>
The identifier of the WorkSpace.
sourceimpl StopRequest
impl StopRequest
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StopRequest.
Trait Implementations
sourceimpl Clone for StopRequest
impl Clone for StopRequest
sourcefn clone(&self) -> StopRequest
fn clone(&self) -> StopRequest
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 StopRequest
impl Debug for StopRequest
sourceimpl PartialEq<StopRequest> for StopRequest
impl PartialEq<StopRequest> for StopRequest
sourcefn eq(&self, other: &StopRequest) -> bool
fn eq(&self, other: &StopRequest) -> bool
impl StructuralPartialEq for StopRequest
Auto Trait Implementations
impl RefUnwindSafe for StopRequest
impl Send for StopRequest
impl Sync for StopRequest
impl Unpin for StopRequest
impl UnwindSafe for StopRequest
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