pub struct PaymentReference(/* private fields */);Expand description
A non-empty payment reference.
Implementations§
Trait Implementations§
Source§impl Clone for PaymentReference
impl Clone for PaymentReference
Source§fn clone(&self) -> PaymentReference
fn clone(&self) -> PaymentReference
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 PaymentReference
impl Debug for PaymentReference
Source§impl Display for PaymentReference
impl Display for PaymentReference
impl Eq for PaymentReference
Source§impl FromStr for PaymentReference
impl FromStr for PaymentReference
Source§impl Hash for PaymentReference
impl Hash for PaymentReference
Source§impl Ord for PaymentReference
impl Ord for PaymentReference
Source§fn cmp(&self, other: &PaymentReference) -> Ordering
fn cmp(&self, other: &PaymentReference) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PaymentReference
impl PartialEq for PaymentReference
Source§fn eq(&self, other: &PaymentReference) -> bool
fn eq(&self, other: &PaymentReference) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PaymentReference
impl PartialOrd for PaymentReference
impl StructuralPartialEq for PaymentReference
Auto Trait Implementations§
impl Freeze for PaymentReference
impl RefUnwindSafe for PaymentReference
impl Send for PaymentReference
impl Sync for PaymentReference
impl Unpin for PaymentReference
impl UnsafeUnpin for PaymentReference
impl UnwindSafe for PaymentReference
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