pub struct RawDataPart {
pub timestamp: PositiveTimestamp,
pub tagged_fields: Vec<RawTaggedField>,
}
Expand description
Data of the RawBolt11Invoice
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 Hash for RawDataPart
impl Hash for RawDataPart
Source§impl Ord for RawDataPart
impl Ord for RawDataPart
Source§fn cmp(&self, other: &RawDataPart) -> Ordering
fn cmp(&self, other: &RawDataPart) -> Ordering
1.21.0 · 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 RawDataPart
impl PartialEq for RawDataPart
Source§impl PartialOrd for RawDataPart
impl PartialOrd for RawDataPart
impl Eq for RawDataPart
impl StructuralPartialEq for RawDataPart
Auto Trait Implementations§
impl Freeze for RawDataPart
impl RefUnwindSafe for RawDataPart
impl Send for RawDataPart
impl Sync for RawDataPart
impl Unpin for RawDataPart
impl UnwindSafe for RawDataPart
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