pub struct GetAccountInformationParams {
pub omit_zero_balances: Option<bool>,
pub recv_window: Option<i64>,
pub timestamp: Timestamp,
}Fields§
§omit_zero_balances: Option<bool>When set to true, emits only the non-zero balances of an account. Default value: false
recv_window: Option<i64>The value cannot be greater than 60000
timestamp: TimestampTrait Implementations§
Source§impl Debug for GetAccountInformationParams
impl Debug for GetAccountInformationParams
impl StructuralPartialEq for GetAccountInformationParams
Auto Trait Implementations§
impl Freeze for GetAccountInformationParams
impl RefUnwindSafe for GetAccountInformationParams
impl Send for GetAccountInformationParams
impl Sync for GetAccountInformationParams
impl Unpin for GetAccountInformationParams
impl UnwindSafe for GetAccountInformationParams
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