pub struct RithmicCancelOrder {
pub id: String,
}Expand description
Fields§
§id: StringThe basket_id from the order notification
Trait Implementations§
Source§impl Clone for RithmicCancelOrder
impl Clone for RithmicCancelOrder
Source§fn clone(&self) -> RithmicCancelOrder
fn clone(&self) -> RithmicCancelOrder
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 moreAuto Trait Implementations§
impl Freeze for RithmicCancelOrder
impl RefUnwindSafe for RithmicCancelOrder
impl Send for RithmicCancelOrder
impl Sync for RithmicCancelOrder
impl Unpin for RithmicCancelOrder
impl UnwindSafe for RithmicCancelOrder
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