pub struct AccountStatusParams {
pub recv_window: Option<i64>,
}Expand description
Request parameters for the [account_status] operation.
This struct holds all of the inputs you can pass when calling
account_status.
Fields§
§recv_window: Option<i64>The recv_window parameter.
This field is **optional.
Implementations§
Source§impl AccountStatusParams
impl AccountStatusParams
Sourcepub fn builder() -> AccountStatusParamsBuilder
pub fn builder() -> AccountStatusParamsBuilder
Create a builder for [account_status].
Trait Implementations§
Source§impl Clone for AccountStatusParams
impl Clone for AccountStatusParams
Source§fn clone(&self) -> AccountStatusParams
fn clone(&self) -> AccountStatusParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AccountStatusParams
impl Debug for AccountStatusParams
Source§impl Default for AccountStatusParams
impl Default for AccountStatusParams
Source§fn default() -> AccountStatusParams
fn default() -> AccountStatusParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AccountStatusParams
impl RefUnwindSafe for AccountStatusParams
impl Send for AccountStatusParams
impl Sync for AccountStatusParams
impl Unpin for AccountStatusParams
impl UnsafeUnpin for AccountStatusParams
impl UnwindSafe for AccountStatusParams
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