Struct clightningrpc_plugin::errors::PluginError
source · pub struct PluginError { /* private fields */ }Expand description
Type defining JSONRPCv2.0 compliant plugin errors defined here https://www.jsonrpc.org/specification#error_object
Implementations§
Trait Implementations§
source§impl Clone for PluginError
impl Clone for PluginError
source§fn clone(&self) -> PluginError
fn clone(&self) -> PluginError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more