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