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