pub struct NodeHandler { /* private fields */ }
Expand description
Node handler for executing node commands
Implementations§
Source§impl NodeHandler
impl NodeHandler
pub fn new(client: RestClient) -> Self
Auto Trait Implementations§
impl Freeze for NodeHandler
impl !RefUnwindSafe for NodeHandler
impl Send for NodeHandler
impl Sync for NodeHandler
impl Unpin for NodeHandler
impl !UnwindSafe for NodeHandler
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