pub struct OrderUpdateBody { /* private fields */ }Trait Implementations§
Source§impl Clone for OrderUpdateBody
impl Clone for OrderUpdateBody
Source§fn clone(&self) -> OrderUpdateBody
fn clone(&self) -> OrderUpdateBody
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 OrderUpdateBody
impl Debug for OrderUpdateBody
Source§impl Default for OrderUpdateBody
impl Default for OrderUpdateBody
Source§fn default() -> OrderUpdateBody
fn default() -> OrderUpdateBody
Returns the “default value” for a type. Read more
Source§impl Serialize for OrderUpdateBody
impl Serialize for OrderUpdateBody
Source§impl Validate for OrderUpdateBody
impl Validate for OrderUpdateBody
Auto Trait Implementations§
impl Freeze for OrderUpdateBody
impl RefUnwindSafe for OrderUpdateBody
impl Send for OrderUpdateBody
impl Sync for OrderUpdateBody
impl Unpin for OrderUpdateBody
impl UnwindSafe for OrderUpdateBody
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