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