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