pub struct SetTradingStopResponse { /* private fields */ }Implementations§
Source§impl SetTradingStopResponse
impl SetTradingStopResponse
pub fn ret_code(&self) -> i32
pub fn set_ret_code(&mut self, ret_code: i32)
pub fn ret_msg(&self) -> &str
pub fn set_ret_msg(&mut self, ret_msg: String)
pub fn result(&self) -> &Value
pub fn set_result(&mut self, result: Value)
pub fn ret_ext_info(&self) -> &Value
pub fn set_ret_ext_info(&mut self, ret_ext_info: Value)
pub fn time(&self) -> u64
pub fn set_time(&mut self, time: u64)
Trait Implementations§
Source§impl Clone for SetTradingStopResponse
impl Clone for SetTradingStopResponse
Source§fn clone(&self) -> SetTradingStopResponse
fn clone(&self) -> SetTradingStopResponse
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 moreSource§impl Debug for SetTradingStopResponse
impl Debug for SetTradingStopResponse
Source§impl<'de> Deserialize<'de> for SetTradingStopResponse
impl<'de> Deserialize<'de> for SetTradingStopResponse
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 SetTradingStopResponse
impl RefUnwindSafe for SetTradingStopResponse
impl Send for SetTradingStopResponse
impl Sync for SetTradingStopResponse
impl Unpin for SetTradingStopResponse
impl UnwindSafe for SetTradingStopResponse
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