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