pub enum WorkspacesServiceGetWorkspaceError {
DefaultResponse(ErrorResponse),
UnknownValue(Value),
}Expand description
struct for typed errors of method workspaces_service_get_workspace
Variants§
DefaultResponse(ErrorResponse)
UnknownValue(Value)
Trait Implementations§
Source§impl Clone for WorkspacesServiceGetWorkspaceError
impl Clone for WorkspacesServiceGetWorkspaceError
Source§fn clone(&self) -> WorkspacesServiceGetWorkspaceError
fn clone(&self) -> WorkspacesServiceGetWorkspaceError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for WorkspacesServiceGetWorkspaceError
impl<'de> Deserialize<'de> for WorkspacesServiceGetWorkspaceError
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
Auto Trait Implementations§
impl Freeze for WorkspacesServiceGetWorkspaceError
impl RefUnwindSafe for WorkspacesServiceGetWorkspaceError
impl Send for WorkspacesServiceGetWorkspaceError
impl Sync for WorkspacesServiceGetWorkspaceError
impl Unpin for WorkspacesServiceGetWorkspaceError
impl UnsafeUnpin for WorkspacesServiceGetWorkspaceError
impl UnwindSafe for WorkspacesServiceGetWorkspaceError
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