pub struct GetAccountsParams {
pub fields: Option<String>,
}Expand description
Parameters for the get_accounts() method.
Fields§
§fields: Option<String>Balances displayed by default, additional fields can be added here by adding positions or orders
Choices: positions or orders
Trait Implementations§
Source§impl Debug for GetAccountsParams
impl Debug for GetAccountsParams
Auto Trait Implementations§
impl Freeze for GetAccountsParams
impl RefUnwindSafe for GetAccountsParams
impl Send for GetAccountsParams
impl Sync for GetAccountsParams
impl Unpin for GetAccountsParams
impl UnwindSafe for GetAccountsParams
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