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<'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 for BillingHistoryResponseModel
impl PartialEq 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 ==
.impl StructuralPartialEq for BillingHistoryResponseModel
Auto Trait Implementations§
impl Freeze for BillingHistoryResponseModel
impl RefUnwindSafe for BillingHistoryResponseModel
impl Send for BillingHistoryResponseModel
impl Sync for BillingHistoryResponseModel
impl Unpin for BillingHistoryResponseModel
impl UnwindSafe for BillingHistoryResponseModel
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