pub struct FullRefund { /* private fields */ }Expand description
A full refund of the remaining amount of a transaction.
This type is not used in any activity, and only used as part of another schema.
Trait Implementations§
Source§impl Clone for FullRefund
impl Clone for FullRefund
Source§fn clone(&self) -> FullRefund
fn clone(&self) -> FullRefund
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 FullRefund
impl Debug for FullRefund
Source§impl Default for FullRefund
impl Default for FullRefund
Source§fn default() -> FullRefund
fn default() -> FullRefund
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FullRefund
impl<'de> Deserialize<'de> for FullRefund
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 FullRefund
impl Serialize for FullRefund
impl Part for FullRefund
Auto Trait Implementations§
impl Freeze for FullRefund
impl RefUnwindSafe for FullRefund
impl Send for FullRefund
impl Sync for FullRefund
impl Unpin for FullRefund
impl UnwindSafe for FullRefund
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