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