pub struct StopRequest {
pub workspace_id: Option<String>,
}Expand description
Describes the information used to stop a WorkSpace.
Fields§
§workspace_id: Option<String>The identifier of the WorkSpace.
Trait Implementations§
Source§impl Clone for StopRequest
impl Clone for StopRequest
Source§fn clone(&self) -> StopRequest
fn clone(&self) -> StopRequest
Returns a duplicate 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 StopRequest
impl Debug for StopRequest
Source§impl Default for StopRequest
impl Default for StopRequest
Source§fn default() -> StopRequest
fn default() -> StopRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for StopRequest
impl PartialEq for StopRequest
Source§impl Serialize for StopRequest
impl Serialize for StopRequest
impl StructuralPartialEq for StopRequest
Auto Trait Implementations§
impl Freeze for StopRequest
impl RefUnwindSafe for StopRequest
impl Send for StopRequest
impl Sync for StopRequest
impl Unpin for StopRequest
impl UnwindSafe for StopRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more