pub enum BetaApiErrorType {
ApiError,
}Variants§
ApiError
Trait Implementations§
Source§impl Clone for BetaApiErrorType
impl Clone for BetaApiErrorType
Source§fn clone(&self) -> BetaApiErrorType
fn clone(&self) -> BetaApiErrorType
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 BetaApiErrorType
impl Debug for BetaApiErrorType
Source§impl<'de> Deserialize<'de> for BetaApiErrorType
impl<'de> Deserialize<'de> for BetaApiErrorType
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 BetaApiErrorType
impl PartialEq for BetaApiErrorType
Source§impl Serialize for BetaApiErrorType
impl Serialize for BetaApiErrorType
impl Eq for BetaApiErrorType
impl StructuralPartialEq for BetaApiErrorType
Auto Trait Implementations§
impl Freeze for BetaApiErrorType
impl RefUnwindSafe for BetaApiErrorType
impl Send for BetaApiErrorType
impl Sync for BetaApiErrorType
impl Unpin for BetaApiErrorType
impl UnsafeUnpin for BetaApiErrorType
impl UnwindSafe for BetaApiErrorType
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