pub struct OrderListPlaceOtocoResponse {
pub id: Option<String>,
pub status: Option<i64>,
pub result: Option<Box<OrderListPlaceOtocoResponseResult>>,
pub rate_limits: Option<Vec<RateLimits>>,
}Fields§
§id: Option<String>§status: Option<i64>§result: Option<Box<OrderListPlaceOtocoResponseResult>>§rate_limits: Option<Vec<RateLimits>>Implementations§
Source§impl OrderListPlaceOtocoResponse
impl OrderListPlaceOtocoResponse
pub fn new() -> OrderListPlaceOtocoResponse
Trait Implementations§
Source§impl Clone for OrderListPlaceOtocoResponse
impl Clone for OrderListPlaceOtocoResponse
Source§fn clone(&self) -> OrderListPlaceOtocoResponse
fn clone(&self) -> OrderListPlaceOtocoResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 OrderListPlaceOtocoResponse
impl Debug for OrderListPlaceOtocoResponse
Source§impl Default for OrderListPlaceOtocoResponse
impl Default for OrderListPlaceOtocoResponse
Source§fn default() -> OrderListPlaceOtocoResponse
fn default() -> OrderListPlaceOtocoResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OrderListPlaceOtocoResponse
impl<'de> Deserialize<'de> for OrderListPlaceOtocoResponse
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 OrderListPlaceOtocoResponse
impl PartialEq for OrderListPlaceOtocoResponse
Source§fn eq(&self, other: &OrderListPlaceOtocoResponse) -> bool
fn eq(&self, other: &OrderListPlaceOtocoResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OrderListPlaceOtocoResponse
Auto Trait Implementations§
impl Freeze for OrderListPlaceOtocoResponse
impl RefUnwindSafe for OrderListPlaceOtocoResponse
impl Send for OrderListPlaceOtocoResponse
impl Sync for OrderListPlaceOtocoResponse
impl Unpin for OrderListPlaceOtocoResponse
impl UnsafeUnpin for OrderListPlaceOtocoResponse
impl UnwindSafe for OrderListPlaceOtocoResponse
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