Struct unc_jsonrpc_primitives::errors::RpcParseError
source · pub struct RpcParseError(pub String);Tuple Fields§
§0: StringTrait Implementations§
source§impl Debug for RpcParseError
impl Debug for RpcParseError
source§impl From<RpcParseError> for RpcError
impl From<RpcParseError> for RpcError
source§fn from(parse_error: RpcParseError) -> Self
fn from(parse_error: RpcParseError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for RpcParseError
impl RefUnwindSafe for RpcParseError
impl Send for RpcParseError
impl Sync for RpcParseError
impl Unpin for RpcParseError
impl UnwindSafe for RpcParseError
Blanket Implementations§
source§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
source§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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