pub struct PrivateEditResponse {
pub order: Order,
pub trades: Vec<UserTrade>,
}Fields§
§order: Order§trades: Vec<UserTrade>Trait Implementations§
Source§impl Clone for PrivateEditResponse
impl Clone for PrivateEditResponse
Source§fn clone(&self) -> PrivateEditResponse
fn clone(&self) -> PrivateEditResponse
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 PrivateEditResponse
impl Debug for PrivateEditResponse
Source§impl Default for PrivateEditResponse
impl Default for PrivateEditResponse
Source§fn default() -> PrivateEditResponse
fn default() -> PrivateEditResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PrivateEditResponse
impl<'de> Deserialize<'de> for PrivateEditResponse
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 PrivateEditResponse
impl PartialEq for PrivateEditResponse
Source§impl Serialize for PrivateEditResponse
impl Serialize for PrivateEditResponse
impl StructuralPartialEq for PrivateEditResponse
Auto Trait Implementations§
impl Freeze for PrivateEditResponse
impl RefUnwindSafe for PrivateEditResponse
impl Send for PrivateEditResponse
impl Sync for PrivateEditResponse
impl Unpin for PrivateEditResponse
impl UnwindSafe for PrivateEditResponse
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