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