pub struct Positional;Expand description
Selects positional JSON-RPC parameter decoding.
Trait Implementations§
Source§impl Debug for Positional
impl Debug for Positional
Source§impl Default for Positional
impl Default for Positional
Source§fn default() -> Positional
fn default() -> Positional
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Positional
impl RefUnwindSafe for Positional
impl Send for Positional
impl Sync for Positional
impl Unpin for Positional
impl UnsafeUnpin for Positional
impl UnwindSafe for Positional
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
Source§impl<This> JsonRpcProgramExt<This> for This
impl<This> JsonRpcProgramExt<This> for This
Source§fn compile_jsonrpc<Program>(
&self,
program: Program,
) -> <Program as JsonRpcProgramAlg<This>>::Methodswhere
Program: JsonRpcProgramAlg<This>,
fn compile_jsonrpc<Program>(
&self,
program: Program,
) -> <Program as JsonRpcProgramAlg<This>>::Methodswhere
Program: JsonRpcProgramAlg<This>,
Compiles a named JSON-RPC program with this interpreter.