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