pub struct TradeIncentiveMetadata {
pub user_incentive_id: Option<String>,
pub code_val: Option<String>,
}Expand description
Trade incentive metadata for waiving fees.
Fields§
§user_incentive_id: Option<String>User incentive ID.
code_val: Option<String>Promo code.
Trait Implementations§
Source§impl Clone for TradeIncentiveMetadata
impl Clone for TradeIncentiveMetadata
Source§fn clone(&self) -> TradeIncentiveMetadata
fn clone(&self) -> TradeIncentiveMetadata
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 TradeIncentiveMetadata
impl Debug for TradeIncentiveMetadata
Source§impl Default for TradeIncentiveMetadata
impl Default for TradeIncentiveMetadata
Source§fn default() -> TradeIncentiveMetadata
fn default() -> TradeIncentiveMetadata
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TradeIncentiveMetadata
impl RefUnwindSafe for TradeIncentiveMetadata
impl Send for TradeIncentiveMetadata
impl Sync for TradeIncentiveMetadata
impl Unpin for TradeIncentiveMetadata
impl UnwindSafe for TradeIncentiveMetadata
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