pub struct Debug {}
Expand description
debug module function handling
Implementations
sourceimpl Debug
impl Debug
sourcepub fn cli(command: &str)
pub fn cli(command: &str)
CLI command interpretation
The CLI commands of debug module are processed here
sourcefn rpc_queued()
fn rpc_queued()
print rpc message counter of queued messages in the message output of libqaul
sourcefn heartbeat_send()
fn heartbeat_send()
print rpc message counter of messages sent from client to libqaul
fn debug_log_enable_send()
fn debug_log_disable_send()
fn debug_path_send()
Auto Trait Implementations
impl RefUnwindSafe for Debug
impl Send for Debug
impl Sync for Debug
impl Unpin for Debug
impl UnwindSafe for Debug
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