pub struct ReceiptEnvelope {
pub v: String,
pub invoice_hash: String,
pub preimage_hash: String,
pub resource: String,
pub paid_at: String,
pub did: String,
}Fields§
§v: String§invoice_hash: String§preimage_hash: String§resource: String§paid_at: String§did: StringTrait Implementations§
Source§impl Clone for ReceiptEnvelope
impl Clone for ReceiptEnvelope
Source§fn clone(&self) -> ReceiptEnvelope
fn clone(&self) -> ReceiptEnvelope
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 ReceiptEnvelope
impl Debug for ReceiptEnvelope
Source§impl<'de> Deserialize<'de> for ReceiptEnvelope
impl<'de> Deserialize<'de> for ReceiptEnvelope
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 ReceiptEnvelope
impl RefUnwindSafe for ReceiptEnvelope
impl Send for ReceiptEnvelope
impl Sync for ReceiptEnvelope
impl Unpin for ReceiptEnvelope
impl UnsafeUnpin for ReceiptEnvelope
impl UnwindSafe for ReceiptEnvelope
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