pub enum SwapPricingKind {
Swap,
Deposit,
Withdrawal,
Shift,
}Available on crate feature
model only.Expand description
Swap Pricing Kind.
Variants§
Trait Implementations§
Source§impl Clone for SwapPricingKind
impl Clone for SwapPricingKind
Source§fn clone(&self) -> SwapPricingKind
fn clone(&self) -> SwapPricingKind
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 SwapPricingKind
impl Debug for SwapPricingKind
Source§impl Default for SwapPricingKind
impl Default for SwapPricingKind
Source§fn default() -> SwapPricingKind
fn default() -> SwapPricingKind
Returns the “default value” for a type. Read more
impl Copy for SwapPricingKind
Auto Trait Implementations§
impl Freeze for SwapPricingKind
impl RefUnwindSafe for SwapPricingKind
impl Send for SwapPricingKind
impl Sync for SwapPricingKind
impl Unpin for SwapPricingKind
impl UnwindSafe for SwapPricingKind
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