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