pub struct GetAccountParams {
pub fields: Option<String>,
}Expand description
Parameters for the get_account() 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 GetAccountParams
impl Debug for GetAccountParams
Auto Trait Implementations§
impl Freeze for GetAccountParams
impl RefUnwindSafe for GetAccountParams
impl Send for GetAccountParams
impl Sync for GetAccountParams
impl Unpin for GetAccountParams
impl UnwindSafe for GetAccountParams
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