pub struct PaymentAddr {
pub bech32: String,
pub cred: String,
}Fields§
§bech32: String§cred: StringTrait Implementations§
Source§impl Clone for PaymentAddr
impl Clone for PaymentAddr
Source§fn clone(&self) -> PaymentAddr
fn clone(&self) -> PaymentAddr
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 PaymentAddr
impl Debug for PaymentAddr
Source§impl<'de> Deserialize<'de> for PaymentAddr
impl<'de> Deserialize<'de> for PaymentAddr
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
Auto Trait Implementations§
impl Freeze for PaymentAddr
impl RefUnwindSafe for PaymentAddr
impl Send for PaymentAddr
impl Sync for PaymentAddr
impl Unpin for PaymentAddr
impl UnwindSafe for PaymentAddr
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