Enum tdameritradeclient::param::MarketHours
source · [−]pub enum MarketHours<'a> {
Date(&'a str),
}
Expand description
Query Parameters for /marketdata/{market}/hours
Variants
Date(&'a str)
Specify date for which market hours information is needed Valid ISO-8601 format: ‘yyyy-MM-dd’
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for MarketHours<'a>
impl<'a> Send for MarketHours<'a>
impl<'a> Sync for MarketHours<'a>
impl<'a> Unpin for MarketHours<'a>
impl<'a> UnwindSafe for MarketHours<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more