Struct lightning_invoice::RawDataPart
source · pub struct RawDataPart {
pub timestamp: PositiveTimestamp,
pub tagged_fields: Vec<RawTaggedField>,
}
Expand description
Data of the RawInvoice
that is encoded in the data part
Fields§
§timestamp: PositiveTimestamp
generation time of the invoice
tagged_fields: Vec<RawTaggedField>
tagged fields of the payment request
Trait Implementations§
source§impl Clone for RawDataPart
impl Clone for RawDataPart
source§fn clone(&self) -> RawDataPart
fn clone(&self) -> RawDataPart
Returns a copy 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 RawDataPart
impl Debug for RawDataPart
source§impl FromBase32 for RawDataPart
impl FromBase32 for RawDataPart
§type Err = ParseError
type Err = ParseError
The associated error which can be returned from parsing (e.g. because of bad padding).