pub struct CreditNoteShippingCost {
pub shipping_rate: Option<String>,
}
Fields§
§shipping_rate: Option<String>
The ID of the shipping rate to use for this order.
Implementations§
Trait Implementations§
Source§impl Clone for CreditNoteShippingCost
impl Clone for CreditNoteShippingCost
Source§fn clone(&self) -> CreditNoteShippingCost
fn clone(&self) -> CreditNoteShippingCost
Returns a duplicate 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 CreditNoteShippingCost
impl Debug for CreditNoteShippingCost
Source§impl Default for CreditNoteShippingCost
impl Default for CreditNoteShippingCost
Auto Trait Implementations§
impl Freeze for CreditNoteShippingCost
impl RefUnwindSafe for CreditNoteShippingCost
impl Send for CreditNoteShippingCost
impl Sync for CreditNoteShippingCost
impl Unpin for CreditNoteShippingCost
impl UnwindSafe for CreditNoteShippingCost
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