Fields
email: Stringid: StringImplementations
sourceimpl BillingCustomer
impl BillingCustomer
sourcepub fn new(email: String, id: String) -> BillingCustomer
pub fn new(email: String, id: String) -> BillingCustomer
A representation of a QCS’s account billing customer. Note, balance does not account for the upcoming invoice.
Trait Implementations
sourceimpl Clone for BillingCustomer
impl Clone for BillingCustomer
sourcefn clone(&self) -> BillingCustomer
fn clone(&self) -> BillingCustomer
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for BillingCustomer
impl Debug for BillingCustomer
sourceimpl Default for BillingCustomer
impl Default for BillingCustomer
sourcefn default() -> BillingCustomer
fn default() -> BillingCustomer
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for BillingCustomer
impl<'de> Deserialize<'de> for BillingCustomer
sourcefn 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
sourceimpl PartialEq<BillingCustomer> for BillingCustomer
impl PartialEq<BillingCustomer> for BillingCustomer
sourcefn eq(&self, other: &BillingCustomer) -> bool
fn eq(&self, other: &BillingCustomer) -> bool
sourceimpl Serialize for BillingCustomer
impl Serialize for BillingCustomer
impl StructuralPartialEq for BillingCustomer
Auto Trait Implementations
impl RefUnwindSafe for BillingCustomer
impl Send for BillingCustomer
impl Sync for BillingCustomer
impl Unpin for BillingCustomer
impl UnwindSafe for BillingCustomer
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more