Struct bitwarden_api_api::models::billing_payment_response_model::BillingPaymentResponseModel
source · pub struct BillingPaymentResponseModel {
pub object: Option<String>,
pub balance: Option<f64>,
pub payment_source: Option<Box<BillingSource>>,
}
Fields§
§object: Option<String>
§balance: Option<f64>
§payment_source: Option<Box<BillingSource>>
Implementations§
source§impl BillingPaymentResponseModel
impl BillingPaymentResponseModel
pub fn new() -> BillingPaymentResponseModel
Trait Implementations§
source§impl Clone for BillingPaymentResponseModel
impl Clone for BillingPaymentResponseModel
source§fn clone(&self) -> BillingPaymentResponseModel
fn clone(&self) -> BillingPaymentResponseModel
Returns a copy 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 BillingPaymentResponseModel
impl Debug for BillingPaymentResponseModel
source§impl<'de> Deserialize<'de> for BillingPaymentResponseModel
impl<'de> Deserialize<'de> for BillingPaymentResponseModel
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 BillingPaymentResponseModel
impl PartialEq for BillingPaymentResponseModel
source§fn eq(&self, other: &BillingPaymentResponseModel) -> bool
fn eq(&self, other: &BillingPaymentResponseModel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for BillingPaymentResponseModel
Auto Trait Implementations§
impl Freeze for BillingPaymentResponseModel
impl RefUnwindSafe for BillingPaymentResponseModel
impl Send for BillingPaymentResponseModel
impl Sync for BillingPaymentResponseModel
impl Unpin for BillingPaymentResponseModel
impl UnwindSafe for BillingPaymentResponseModel
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