pub struct LiquidationFeedOptions {
pub exchange: Option<String>,
pub base: Option<String>,
pub minVolumeUsd: Option<f64>,
pub limit: Option<i64>,
}Fields§
§exchange: Option<String>§base: Option<String>§minVolumeUsd: Option<f64>§limit: Option<i64>Implementations§
Auto Trait Implementations§
impl Freeze for LiquidationFeedOptions
impl RefUnwindSafe for LiquidationFeedOptions
impl Send for LiquidationFeedOptions
impl Sync for LiquidationFeedOptions
impl Unpin for LiquidationFeedOptions
impl UnsafeUnpin for LiquidationFeedOptions
impl UnwindSafe for LiquidationFeedOptions
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