pub struct GetMoversParams {
pub change: Option<String>,
pub direction: Option<String>,
}Expand description
Parameters for the get_movers() method.
Fields§
§change: Option<String>To return movers with the specified directions of up or down
Choices: up or down
direction: Option<String>To return movers with the specified change types of percent or value
Choices: value or percent
Trait Implementations§
Source§impl Debug for GetMoversParams
impl Debug for GetMoversParams
Auto Trait Implementations§
impl Freeze for GetMoversParams
impl RefUnwindSafe for GetMoversParams
impl Send for GetMoversParams
impl Sync for GetMoversParams
impl Unpin for GetMoversParams
impl UnwindSafe for GetMoversParams
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