pub enum GetSessionWorkspaceRetentionError {
UnknownValue(Value),
}Expand description
struct for typed errors of method get_session_workspace_retention
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for GetSessionWorkspaceRetentionError
impl<'de> Deserialize<'de> for GetSessionWorkspaceRetentionError
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 GetSessionWorkspaceRetentionError
impl RefUnwindSafe for GetSessionWorkspaceRetentionError
impl Send for GetSessionWorkspaceRetentionError
impl Sync for GetSessionWorkspaceRetentionError
impl Unpin for GetSessionWorkspaceRetentionError
impl UnsafeUnpin for GetSessionWorkspaceRetentionError
impl UnwindSafe for GetSessionWorkspaceRetentionError
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