pub struct GetAccountInformationParams { /* private fields */ }Implementations§
Source§impl GetAccountInformationParams
impl GetAccountInformationParams
pub fn new() -> Self
pub fn omit_zero_balances(self, value: bool) -> Self
pub fn recv_window(self, value: u64) -> Self
Trait Implementations§
Source§impl Debug for GetAccountInformationParams
impl Debug for GetAccountInformationParams
Source§impl Default for GetAccountInformationParams
impl Default for GetAccountInformationParams
Source§fn default() -> GetAccountInformationParams
fn default() -> GetAccountInformationParams
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetAccountInformationParams
impl PartialEq for GetAccountInformationParams
Source§fn eq(&self, other: &GetAccountInformationParams) -> bool
fn eq(&self, other: &GetAccountInformationParams) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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