Struct datamaxi::models::PoolsOptions
source · pub struct PoolsOptions {
pub chain: Option<String>,
pub exchange: Option<String>,
}
Expand description
Optional parameters for a pools request.
Fields§
§chain: Option<String>
The chain for the pools query.
exchange: Option<String>
The exchange for the pools query.
Implementations§
source§impl PoolsOptions
impl PoolsOptions
Provides a builder pattern for setting optional parameters for a pools request.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PoolsOptions
impl RefUnwindSafe for PoolsOptions
impl Send for PoolsOptions
impl Sync for PoolsOptions
impl Unpin for PoolsOptions
impl UnwindSafe for PoolsOptions
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