pub struct CloudShellErrorCode(/* private fields */);Expand description
Set of possible errors returned from API calls.
Implementations§
Trait Implementations§
Source§impl Clone for CloudShellErrorCode
impl Clone for CloudShellErrorCode
Source§fn clone(&self) -> CloudShellErrorCode
fn clone(&self) -> CloudShellErrorCode
Returns a copy 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 CloudShellErrorCode
impl Debug for CloudShellErrorCode
Source§impl Default for CloudShellErrorCode
impl Default for CloudShellErrorCode
Source§fn default() -> CloudShellErrorCode
fn default() -> CloudShellErrorCode
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CloudShellErrorCode
impl<'de> Deserialize<'de> for CloudShellErrorCode
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 From<String> for CloudShellErrorCode
impl From<String> for CloudShellErrorCode
Source§impl PartialEq for CloudShellErrorCode
impl PartialEq for CloudShellErrorCode
Source§impl Serialize for CloudShellErrorCode
impl Serialize for CloudShellErrorCode
impl StructuralPartialEq for CloudShellErrorCode
Auto Trait Implementations§
impl Freeze for CloudShellErrorCode
impl RefUnwindSafe for CloudShellErrorCode
impl Send for CloudShellErrorCode
impl Sync for CloudShellErrorCode
impl Unpin for CloudShellErrorCode
impl UnwindSafe for CloudShellErrorCode
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