pub struct OrderAmends {
pub amends: Vec<OrderAmend>,
pub count: u32,
}
Fields§
§amends: Vec<OrderAmend>
§count: u32
Trait Implementations§
Source§impl Clone for OrderAmends
impl Clone for OrderAmends
Source§fn clone(&self) -> OrderAmends
fn clone(&self) -> OrderAmends
Returns a copy 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 OrderAmends
impl Debug for OrderAmends
Source§impl<'de> Deserialize<'de> for OrderAmends
impl<'de> Deserialize<'de> for OrderAmends
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 OrderAmends
impl PartialEq for OrderAmends
impl StructuralPartialEq for OrderAmends
Auto Trait Implementations§
impl Freeze for OrderAmends
impl RefUnwindSafe for OrderAmends
impl Send for OrderAmends
impl Sync for OrderAmends
impl Unpin for OrderAmends
impl UnwindSafe for OrderAmends
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