pub struct ShareholdersHolderDetailCommand<'a> {
pub gateway: &'a str,
pub symbol: &'a str,
pub request_type: Option<i32>,
pub next_key: Option<String>,
pub num: Option<i32>,
pub sort_column: Option<i32>,
pub sort_type: Option<i32>,
pub period_id: Option<i32>,
pub holder_id: Option<i32>,
pub format: OutputFormat,
}Fields§
§gateway: &'a str§symbol: &'a str§request_type: Option<i32>§next_key: Option<String>§num: Option<i32>§sort_column: Option<i32>§sort_type: Option<i32>§period_id: Option<i32>§holder_id: 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