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