pub struct ClosePositionResponse {
pub symbol: String,
pub status: i32,
}Fields§
§symbol: String§status: i32Trait Implementations§
Source§impl Debug for ClosePositionResponse
impl Debug for ClosePositionResponse
Source§impl<'de> Deserialize<'de> for ClosePositionResponse
impl<'de> Deserialize<'de> for ClosePositionResponse
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
Auto Trait Implementations§
impl Freeze for ClosePositionResponse
impl RefUnwindSafe for ClosePositionResponse
impl Send for ClosePositionResponse
impl Sync for ClosePositionResponse
impl Unpin for ClosePositionResponse
impl UnwindSafe for ClosePositionResponse
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