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 Default for BillingPaymentResponseModel
impl Default for BillingPaymentResponseModel
source§fn default() -> BillingPaymentResponseModel
fn default() -> BillingPaymentResponseModel
Returns the “default value” for a type. Read more
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<BillingPaymentResponseModel> for BillingPaymentResponseModel
impl PartialEq<BillingPaymentResponseModel> 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 ==
.