[−][src]Struct lightning_invoice::RawDataPart
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
impl Clone for RawDataPart
[src]
pub fn clone(&self) -> RawDataPart
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for RawDataPart
[src]
impl Eq for RawDataPart
[src]
impl FromBase32 for RawDataPart
[src]
type Err = ParseError
The associated error which can be returned from parsing (e.g. because of bad padding).
pub fn from_base32(data: &[u5]) -> Result<Self, Self::Err>
[src]
impl PartialEq<RawDataPart> for RawDataPart
[src]
pub fn eq(&self, other: &RawDataPart) -> bool
[src]
pub fn ne(&self, other: &RawDataPart) -> bool
[src]
impl StructuralEq for RawDataPart
[src]
impl StructuralPartialEq for RawDataPart
[src]
impl ToBase32 for RawDataPart
[src]
Auto Trait Implementations
impl RefUnwindSafe for RawDataPart
[src]
impl Send for RawDataPart
[src]
impl Sync for RawDataPart
[src]
impl Unpin for RawDataPart
[src]
impl UnwindSafe for RawDataPart
[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,