pub struct RawRefund {
pub amount: Money,
}Fields§
§amount: MoneyTrait Implementations§
impl Copy for RawRefund
impl Eq for RawRefund
impl StructuralPartialEq for RawRefund
Auto Trait Implementations§
impl Freeze for RawRefund
impl RefUnwindSafe for RawRefund
impl Send for RawRefund
impl Sync for RawRefund
impl Unpin for RawRefund
impl UnsafeUnpin for RawRefund
impl UnwindSafe for RawRefund
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