pub enum IncludeSpread {
Value1 = 1,
}
Expand description
[Optional] 1 - Request for ask and bid rates along with the spot rate. Only available if target_currency is provided.
Variants§
Value1 = 1
Trait Implementations§
Source§impl Clone for IncludeSpread
impl Clone for IncludeSpread
Source§fn clone(&self) -> IncludeSpread
fn clone(&self) -> IncludeSpread
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 IncludeSpread
impl Debug for IncludeSpread
Source§impl<'de> Deserialize<'de> for IncludeSpread
impl<'de> Deserialize<'de> for IncludeSpread
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
Auto Trait Implementations§
impl Freeze for IncludeSpread
impl RefUnwindSafe for IncludeSpread
impl Send for IncludeSpread
impl Sync for IncludeSpread
impl Unpin for IncludeSpread
impl UnwindSafe for IncludeSpread
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