pub struct AmendOrderResult {
pub amend_id: String,
pub order_id: Option<String>,
pub client_order_id: Option<String>,
pub warnings: Option<Vec<String>>,
}
Fields§
§amend_id: String
§order_id: Option<String>
§client_order_id: Option<String>
§warnings: Option<Vec<String>>
Trait Implementations§
Source§impl Debug for AmendOrderResult
impl Debug for AmendOrderResult
Source§impl<'de> Deserialize<'de> for AmendOrderResult
impl<'de> Deserialize<'de> for AmendOrderResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AmendOrderResult
impl PartialEq for AmendOrderResult
impl StructuralPartialEq for AmendOrderResult
Auto Trait Implementations§
impl Freeze for AmendOrderResult
impl RefUnwindSafe for AmendOrderResult
impl Send for AmendOrderResult
impl Sync for AmendOrderResult
impl Unpin for AmendOrderResult
impl UnwindSafe for AmendOrderResult
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