pub struct ConfirmBilling {
pub billing_key: String,
pub body: ConfirmBillingBody,
}
Fields§
§billing_key: String
§body: ConfirmBillingBody
Implementations§
Trait Implementations§
Source§impl Clone for ConfirmBilling
impl Clone for ConfirmBilling
Source§fn clone(&self) -> ConfirmBilling
fn clone(&self) -> ConfirmBilling
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 ConfirmBilling
impl Debug for ConfirmBilling
Source§impl<'de> Deserialize<'de> for ConfirmBilling
impl<'de> Deserialize<'de> for ConfirmBilling
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
Auto Trait Implementations§
impl Freeze for ConfirmBilling
impl RefUnwindSafe for ConfirmBilling
impl Send for ConfirmBilling
impl Sync for ConfirmBilling
impl Unpin for ConfirmBilling
impl UnwindSafe for ConfirmBilling
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