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