pub struct OnChainYieldsAccountParams {
pub recv_window: Option<i64>,
}Expand description
Request parameters for the [on_chain_yields_account] operation.
This struct holds all of the inputs you can pass when calling
on_chain_yields_account.
Fields§
§recv_window: Option<i64>The recv_window parameter.
This field is **optional.
Implementations§
Source§impl OnChainYieldsAccountParams
impl OnChainYieldsAccountParams
Sourcepub fn builder() -> OnChainYieldsAccountParamsBuilder
pub fn builder() -> OnChainYieldsAccountParamsBuilder
Create a builder for [on_chain_yields_account].
Trait Implementations§
Source§impl Clone for OnChainYieldsAccountParams
impl Clone for OnChainYieldsAccountParams
Source§fn clone(&self) -> OnChainYieldsAccountParams
fn clone(&self) -> OnChainYieldsAccountParams
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 OnChainYieldsAccountParams
impl Debug for OnChainYieldsAccountParams
Source§impl Default for OnChainYieldsAccountParams
impl Default for OnChainYieldsAccountParams
Source§fn default() -> OnChainYieldsAccountParams
fn default() -> OnChainYieldsAccountParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OnChainYieldsAccountParams
impl RefUnwindSafe for OnChainYieldsAccountParams
impl Send for OnChainYieldsAccountParams
impl Sync for OnChainYieldsAccountParams
impl Unpin for OnChainYieldsAccountParams
impl UnsafeUnpin for OnChainYieldsAccountParams
impl UnwindSafe for OnChainYieldsAccountParams
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