Struct amazon_sp_finances::models::capacity_reservation_billing_event::CapacityReservationBillingEvent
source · [−]pub struct CapacityReservationBillingEvent {
pub transaction_type: Option<String>,
pub posted_date: Option<String>,
pub description: Option<String>,
pub transaction_amount: Option<Box<Currency>>,
}Expand description
CapacityReservationBillingEvent : An event related to a capacity reservation billing charge.
Fields
transaction_type: Option<String>Indicates the type of transaction. Example: "FBA Inventory Fee"
posted_date: Option<String>description: Option<String>A short description of the capacity reservation billing event.
transaction_amount: Option<Box<Currency>>Implementations
sourceimpl CapacityReservationBillingEvent
impl CapacityReservationBillingEvent
sourcepub fn new() -> CapacityReservationBillingEvent
pub fn new() -> CapacityReservationBillingEvent
An event related to a capacity reservation billing charge.
Trait Implementations
sourceimpl Clone for CapacityReservationBillingEvent
impl Clone for CapacityReservationBillingEvent
sourcefn clone(&self) -> CapacityReservationBillingEvent
fn clone(&self) -> CapacityReservationBillingEvent
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Default for CapacityReservationBillingEvent
impl Default for CapacityReservationBillingEvent
sourcefn default() -> CapacityReservationBillingEvent
fn default() -> CapacityReservationBillingEvent
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for CapacityReservationBillingEvent
impl<'de> Deserialize<'de> for CapacityReservationBillingEvent
sourcefn 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
sourceimpl PartialEq<CapacityReservationBillingEvent> for CapacityReservationBillingEvent
impl PartialEq<CapacityReservationBillingEvent> for CapacityReservationBillingEvent
sourcefn eq(&self, other: &CapacityReservationBillingEvent) -> bool
fn eq(&self, other: &CapacityReservationBillingEvent) -> bool
impl StructuralPartialEq for CapacityReservationBillingEvent
Auto Trait Implementations
impl RefUnwindSafe for CapacityReservationBillingEvent
impl Send for CapacityReservationBillingEvent
impl Sync for CapacityReservationBillingEvent
impl Unpin for CapacityReservationBillingEvent
impl UnwindSafe for CapacityReservationBillingEvent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more