Struct clightningrpc_plugin::commands::types::RPCMethodInfo
source · [−]pub struct RPCMethodInfo {
pub name: String,
pub usage: String,
pub description: String,
pub long_description: String,
pub deprecated: bool,
}Fields
name: Stringusage: Stringdescription: Stringlong_description: Stringdeprecated: boolTrait Implementations
sourceimpl Clone for RPCMethodInfo
impl Clone for RPCMethodInfo
sourcefn clone(&self) -> RPCMethodInfo
fn clone(&self) -> RPCMethodInfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Hash for RPCMethodInfo
impl Hash for RPCMethodInfo
sourceimpl PartialEq<RPCMethodInfo> for RPCMethodInfo
impl PartialEq<RPCMethodInfo> for RPCMethodInfo
sourcefn eq(&self, other: &RPCMethodInfo) -> bool
fn eq(&self, other: &RPCMethodInfo) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourceimpl Serialize for RPCMethodInfo
impl Serialize for RPCMethodInfo
impl Eq for RPCMethodInfo
impl StructuralEq for RPCMethodInfo
impl StructuralPartialEq for RPCMethodInfo
Auto Trait Implementations
impl RefUnwindSafe for RPCMethodInfo
impl Send for RPCMethodInfo
impl Sync for RPCMethodInfo
impl Unpin for RPCMethodInfo
impl UnwindSafe for RPCMethodInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more