pub struct DexPoolsOptions {
pub exchange: Option<String>,
pub chain: Option<String>,
}Fields§
§exchange: Option<String>§chain: Option<String>Implementations§
Auto Trait Implementations§
impl Freeze for DexPoolsOptions
impl RefUnwindSafe for DexPoolsOptions
impl Send for DexPoolsOptions
impl Sync for DexPoolsOptions
impl Unpin for DexPoolsOptions
impl UnsafeUnpin for DexPoolsOptions
impl UnwindSafe for DexPoolsOptions
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