pub struct PayToUri(/* private fields */);Expand description
A PayTo URI per RFC 8905 for traditional payment systems.
Format: payto://METHOD/ACCOUNT[?parameters]
Examples:
payto://iban/DE75512108001245126199payto://ach/122000247/111000025payto://bic/SOGEDEFFXXXpayto://upi/9999999999@paytm
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PayToUri
impl<'de> Deserialize<'de> for PayToUri
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
impl Eq for PayToUri
impl StructuralPartialEq for PayToUri
Auto Trait Implementations§
impl Freeze for PayToUri
impl RefUnwindSafe for PayToUri
impl Send for PayToUri
impl Sync for PayToUri
impl Unpin for PayToUri
impl UnsafeUnpin for PayToUri
impl UnwindSafe for PayToUri
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