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