pub struct DexTradeOptions {
pub from: Option<String>,
pub to: Option<String>,
pub page: Option<i64>,
pub limit: Option<i64>,
pub sort: Option<String>,
}Fields§
§from: Option<String>§to: Option<String>§page: Option<i64>§limit: Option<i64>§sort: Option<String>Implementations§
Auto Trait Implementations§
impl Freeze for DexTradeOptions
impl RefUnwindSafe for DexTradeOptions
impl Send for DexTradeOptions
impl Sync for DexTradeOptions
impl Unpin for DexTradeOptions
impl UnsafeUnpin for DexTradeOptions
impl UnwindSafe for DexTradeOptions
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