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