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
sourceimpl Clone for TestResponse
impl Clone for TestResponse
sourcefn clone(&self) -> TestResponse
fn clone(&self) -> TestResponse
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for TestResponse
impl Debug for TestResponse
sourceimpl<'de> Deserialize<'de> for TestResponse
impl<'de> Deserialize<'de> for TestResponse
sourcefn 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
sourceimpl Serialize for TestResponse
impl Serialize for TestResponse
Auto Trait Implementations
impl RefUnwindSafe for TestResponse
impl Send for TestResponse
impl Sync for TestResponse
impl Unpin for TestResponse
impl UnwindSafe for TestResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more