pub struct ValidRefund { /* private fields */ }Implementations§
Source§impl ValidRefund
impl ValidRefund
Trait Implementations§
Source§impl Clone for ValidRefund
impl Clone for ValidRefund
Source§fn clone(&self) -> ValidRefund
fn clone(&self) -> ValidRefund
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ValidRefund
impl Debug for ValidRefund
Source§impl PartialEq for ValidRefund
impl PartialEq for ValidRefund
Source§fn eq(&self, other: &ValidRefund) -> bool
fn eq(&self, other: &ValidRefund) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ValidRefund
impl StructuralPartialEq for ValidRefund
Auto Trait Implementations§
impl Freeze for ValidRefund
impl RefUnwindSafe for ValidRefund
impl Send for ValidRefund
impl Sync for ValidRefund
impl Unpin for ValidRefund
impl UnsafeUnpin for ValidRefund
impl UnwindSafe for ValidRefund
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