pub struct CreateSimpleEarnLockedSetAutoSubscribeV1Params {
pub auto_subscribe: bool,
pub position_id: i32,
pub timestamp: i64,
pub recv_window: Option<i64>,
}Expand description
struct for passing parameters to the method create_simple_earn_locked_set_auto_subscribe_v1
Fields§
§auto_subscribe: bool§position_id: i32§timestamp: i64§recv_window: Option<i64>Trait Implementations§
Source§impl Clone for CreateSimpleEarnLockedSetAutoSubscribeV1Params
impl Clone for CreateSimpleEarnLockedSetAutoSubscribeV1Params
Source§fn clone(&self) -> CreateSimpleEarnLockedSetAutoSubscribeV1Params
fn clone(&self) -> CreateSimpleEarnLockedSetAutoSubscribeV1Params
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for CreateSimpleEarnLockedSetAutoSubscribeV1Params
impl Default for CreateSimpleEarnLockedSetAutoSubscribeV1Params
Source§fn default() -> CreateSimpleEarnLockedSetAutoSubscribeV1Params
fn default() -> CreateSimpleEarnLockedSetAutoSubscribeV1Params
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CreateSimpleEarnLockedSetAutoSubscribeV1Params
impl RefUnwindSafe for CreateSimpleEarnLockedSetAutoSubscribeV1Params
impl Send for CreateSimpleEarnLockedSetAutoSubscribeV1Params
impl Sync for CreateSimpleEarnLockedSetAutoSubscribeV1Params
impl Unpin for CreateSimpleEarnLockedSetAutoSubscribeV1Params
impl UnwindSafe for CreateSimpleEarnLockedSetAutoSubscribeV1Params
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