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