pub struct StopWorkspacesResult {
pub failed_requests: Option<Vec<FailedWorkspaceChangeRequest>>,
}Fields§
§failed_requests: Option<Vec<FailedWorkspaceChangeRequest>>Information about the WorkSpaces that could not be stopped.
Trait Implementations§
Source§impl Clone for StopWorkspacesResult
impl Clone for StopWorkspacesResult
Source§fn clone(&self) -> StopWorkspacesResult
fn clone(&self) -> StopWorkspacesResult
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 StopWorkspacesResult
impl Debug for StopWorkspacesResult
Source§impl Default for StopWorkspacesResult
impl Default for StopWorkspacesResult
Source§fn default() -> StopWorkspacesResult
fn default() -> StopWorkspacesResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StopWorkspacesResult
impl<'de> Deserialize<'de> for StopWorkspacesResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for StopWorkspacesResult
impl PartialEq for StopWorkspacesResult
impl StructuralPartialEq for StopWorkspacesResult
Auto Trait Implementations§
impl Freeze for StopWorkspacesResult
impl RefUnwindSafe for StopWorkspacesResult
impl Send for StopWorkspacesResult
impl Sync for StopWorkspacesResult
impl Unpin for StopWorkspacesResult
impl UnwindSafe for StopWorkspacesResult
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