pub struct BetaApiError {
pub message: String,
pub type_: BetaApiErrorType,
}Fields§
§message: String§type_: BetaApiErrorTypeTrait Implementations§
Source§impl Clone for BetaApiError
impl Clone for BetaApiError
Source§fn clone(&self) -> BetaApiError
fn clone(&self) -> BetaApiError
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 BetaApiError
impl Debug for BetaApiError
Source§impl<'de> Deserialize<'de> for BetaApiError
impl<'de> Deserialize<'de> for BetaApiError
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 BetaApiError
impl PartialEq for BetaApiError
Source§impl Serialize for BetaApiError
impl Serialize for BetaApiError
impl Eq for BetaApiError
impl StructuralPartialEq for BetaApiError
Auto Trait Implementations§
impl Freeze for BetaApiError
impl RefUnwindSafe for BetaApiError
impl Send for BetaApiError
impl Sync for BetaApiError
impl Unpin for BetaApiError
impl UnsafeUnpin for BetaApiError
impl UnwindSafe for BetaApiError
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