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