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