pub struct CreateSimpleEarnFlexibleSetAutoSubscribeV1Params {
pub auto_subscribe: bool,
pub product_id: String,
pub timestamp: i64,
pub recv_window: Option<i64>,
}Expand description
struct for passing parameters to the method create_simple_earn_flexible_set_auto_subscribe_v1
Fields§
§auto_subscribe: bool§product_id: String§timestamp: i64§recv_window: Option<i64>Trait Implementations§
Source§impl Clone for CreateSimpleEarnFlexibleSetAutoSubscribeV1Params
impl Clone for CreateSimpleEarnFlexibleSetAutoSubscribeV1Params
Source§fn clone(&self) -> CreateSimpleEarnFlexibleSetAutoSubscribeV1Params
fn clone(&self) -> CreateSimpleEarnFlexibleSetAutoSubscribeV1Params
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 Default for CreateSimpleEarnFlexibleSetAutoSubscribeV1Params
impl Default for CreateSimpleEarnFlexibleSetAutoSubscribeV1Params
Source§fn default() -> CreateSimpleEarnFlexibleSetAutoSubscribeV1Params
fn default() -> CreateSimpleEarnFlexibleSetAutoSubscribeV1Params
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CreateSimpleEarnFlexibleSetAutoSubscribeV1Params
impl RefUnwindSafe for CreateSimpleEarnFlexibleSetAutoSubscribeV1Params
impl Send for CreateSimpleEarnFlexibleSetAutoSubscribeV1Params
impl Sync for CreateSimpleEarnFlexibleSetAutoSubscribeV1Params
impl Unpin for CreateSimpleEarnFlexibleSetAutoSubscribeV1Params
impl UnsafeUnpin for CreateSimpleEarnFlexibleSetAutoSubscribeV1Params
impl UnwindSafe for CreateSimpleEarnFlexibleSetAutoSubscribeV1Params
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