pub struct X402PaymentPayload { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for X402PaymentPayload
impl Clone for X402PaymentPayload
Source§fn clone(&self) -> X402PaymentPayload
fn clone(&self) -> X402PaymentPayload
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 X402PaymentPayload
impl Debug for X402PaymentPayload
Source§impl Default for X402PaymentPayload
impl Default for X402PaymentPayload
Source§impl From<X402PaymentPayload> for X402PaymentPayload
impl From<X402PaymentPayload> for X402PaymentPayload
Source§fn from(value: X402PaymentPayload) -> Self
fn from(value: X402PaymentPayload) -> Self
Converts to this type from the input type.
Source§impl TryFrom<X402PaymentPayload> for X402PaymentPayload
impl TryFrom<X402PaymentPayload> for X402PaymentPayload
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: X402PaymentPayload) -> Result<Self, ConversionError>
fn try_from(value: X402PaymentPayload) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for X402PaymentPayload
impl RefUnwindSafe for X402PaymentPayload
impl Send for X402PaymentPayload
impl Sync for X402PaymentPayload
impl Unpin for X402PaymentPayload
impl UnwindSafe for X402PaymentPayload
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