pub struct RebootWorkspacesResult {
pub failed_requests: Option<Vec<FailedWorkspaceChangeRequest>>,
}Fields§
§failed_requests: Option<Vec<FailedWorkspaceChangeRequest>>Information about the WorkSpaces that could not be rebooted.
Trait Implementations§
Source§impl Clone for RebootWorkspacesResult
impl Clone for RebootWorkspacesResult
Source§fn clone(&self) -> RebootWorkspacesResult
fn clone(&self) -> RebootWorkspacesResult
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 RebootWorkspacesResult
impl Debug for RebootWorkspacesResult
Source§impl Default for RebootWorkspacesResult
impl Default for RebootWorkspacesResult
Source§fn default() -> RebootWorkspacesResult
fn default() -> RebootWorkspacesResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RebootWorkspacesResult
impl<'de> Deserialize<'de> for RebootWorkspacesResult
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 RebootWorkspacesResult
impl PartialEq for RebootWorkspacesResult
impl StructuralPartialEq for RebootWorkspacesResult
Auto Trait Implementations§
impl Freeze for RebootWorkspacesResult
impl RefUnwindSafe for RebootWorkspacesResult
impl Send for RebootWorkspacesResult
impl Sync for RebootWorkspacesResult
impl Unpin for RebootWorkspacesResult
impl UnwindSafe for RebootWorkspacesResult
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