pub struct Logging {Show 21 fields
pub net: bool,
pub tor: bool,
pub mempool: bool,
pub http: bool,
pub bench: bool,
pub zmq: bool,
pub db: bool,
pub rpc: bool,
pub estimatefee: bool,
pub addrman: bool,
pub selectcoins: bool,
pub reindex: bool,
pub cmpctblock: bool,
pub rand: bool,
pub prune: bool,
pub proxy: bool,
pub mempoolrej: bool,
pub libevent: bool,
pub coindb: bool,
pub qt: bool,
pub leveldb: bool,
}Expand description
Result of JSON-RPC method logging.
logging (
<include><exclude>)
Gets and sets the logging configuration.
Fields§
§net: bool§tor: bool§mempool: bool§http: bool§bench: bool§zmq: bool§db: bool§rpc: bool§estimatefee: bool§addrman: bool§selectcoins: bool§reindex: bool§cmpctblock: bool§rand: bool§prune: bool§proxy: bool§mempoolrej: bool§libevent: bool§coindb: bool§qt: bool§leveldb: boolTrait Implementations§
Source§impl<'de> Deserialize<'de> for Logging
impl<'de> Deserialize<'de> for Logging
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for Logging
Auto Trait Implementations§
impl Freeze for Logging
impl RefUnwindSafe for Logging
impl Send for Logging
impl Sync for Logging
impl Unpin for Logging
impl UnwindSafe for Logging
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