pub struct GetaddednodeinfoParams {
pub node: Option<String>,
}Expand description
Returns information about the given added node, or all added nodes (note that onetry addnodes are not listed here)
Fields§
§node: Option<String>If provided, return information about this specific node, otherwise all nodes are returned.
Trait Implementations§
Source§impl Debug for GetaddednodeinfoParams
impl Debug for GetaddednodeinfoParams
Auto Trait Implementations§
impl Freeze for GetaddednodeinfoParams
impl RefUnwindSafe for GetaddednodeinfoParams
impl Send for GetaddednodeinfoParams
impl Sync for GetaddednodeinfoParams
impl Unpin for GetaddednodeinfoParams
impl UnwindSafe for GetaddednodeinfoParams
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