Struct bitwarden_api_api::models::billing_history_response_model::BillingHistoryResponseModel
source · pub struct BillingHistoryResponseModel {
pub object: Option<String>,
pub invoices: Option<Vec<BillingInvoice>>,
pub transactions: Option<Vec<BillingTransaction>>,
}
Fields§
§object: Option<String>
§invoices: Option<Vec<BillingInvoice>>
§transactions: Option<Vec<BillingTransaction>>
Implementations§
source§impl BillingHistoryResponseModel
impl BillingHistoryResponseModel
pub fn new() -> BillingHistoryResponseModel
Trait Implementations§
source§impl Clone for BillingHistoryResponseModel
impl Clone for BillingHistoryResponseModel
source§fn clone(&self) -> BillingHistoryResponseModel
fn clone(&self) -> BillingHistoryResponseModel
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 BillingHistoryResponseModel
impl Debug for BillingHistoryResponseModel
source§impl Default for BillingHistoryResponseModel
impl Default for BillingHistoryResponseModel
source§fn default() -> BillingHistoryResponseModel
fn default() -> BillingHistoryResponseModel
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for BillingHistoryResponseModel
impl<'de> Deserialize<'de> for BillingHistoryResponseModel
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<BillingHistoryResponseModel> for BillingHistoryResponseModel
impl PartialEq<BillingHistoryResponseModel> for BillingHistoryResponseModel
source§fn eq(&self, other: &BillingHistoryResponseModel) -> bool
fn eq(&self, other: &BillingHistoryResponseModel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.