pub struct ShareholdersHoldingChangesCommand<'a> {
pub gateway: &'a str,
pub symbol: &'a str,
pub next_key: Option<String>,
pub num: Option<i32>,
pub sort_type: Option<i32>,
pub sort_column: Option<i32>,
pub filter_type: Option<i32>,
pub format: OutputFormat,
}Fields§
§gateway: &'a str§symbol: &'a str§next_key: Option<String>§num: Option<i32>§sort_type: Option<i32>§sort_column: Option<i32>§filter_type: Option<i32>§format: OutputFormatAuto Trait Implementations§
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