pub struct Logging {Show 22 fields
    pub addrman: bool,
    pub bench: bool,
    pub cmpctblock: bool,
    pub coindb: bool,
    pub estimatefee: bool,
    pub http: bool,
    pub leveldb: bool,
    pub libevent: bool,
    pub mempool: bool,
    pub mempoolrej: bool,
    pub net: bool,
    pub prune: bool,
    pub proxy: bool,
    pub qt: bool,
    pub rand: bool,
    pub reindex: bool,
    pub rpc: bool,
    pub selectcoins: bool,
    pub tor: bool,
    pub validation: bool,
    pub walletdb: bool,
    pub zmq: bool,
}Expand description
Result of JSON-RPC method logging.
logging (
<include><exclude>)
Gets and sets the logging configuration.
Fields§
§addrman: bool§bench: bool§cmpctblock: bool§coindb: bool§estimatefee: bool§http: bool§leveldb: bool§libevent: bool§mempool: bool§mempoolrej: bool§net: bool§prune: bool§proxy: bool§qt: bool§rand: bool§reindex: bool§rpc: bool§selectcoins: bool§tor: bool§validation: bool§walletdb: bool§zmq: 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