Struct binance::rest_model::TestResponse
source · pub struct TestResponse {}Expand description
Response to a test order (endpoint /api/v3/order/test).
Currently, the API responds {} on a successfull test transaction, hence this struct has no fields.
Trait Implementations§
source§impl Clone for TestResponse
impl Clone for TestResponse
source§fn clone(&self) -> TestResponse
fn clone(&self) -> TestResponse
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 Debug for TestResponse
impl Debug for TestResponse
source§impl<'de> Deserialize<'de> for TestResponse
impl<'de> Deserialize<'de> for TestResponse
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