pub enum LogDomain {
Show 30 variants
General,
Crypto,
Net,
Config,
Fs,
Protocol,
Mm,
Http,
App,
Control,
Circ,
Rend,
Bug,
Dir,
Dirserv,
Or,
Edge,
Acct,
Hist,
Handshake,
Heartbeat,
Channel,
Sched,
Guard,
Consdiff,
Dos,
Process,
Pt,
Btrack,
Mesg,
}Expand description
Log domain, for fine grained control
Variants§
General
Crypto
Net
Config
Fs
Protocol
Mm
Http
App
Control
Circ
Rend
Bug
Dir
Dirserv
Or
Edge
Acct
Hist
Handshake
Heartbeat
Channel
Sched
Guard
Consdiff
Dos
Process
Pt
Btrack
Mesg
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LogDomain
impl RefUnwindSafe for LogDomain
impl Send for LogDomain
impl Sync for LogDomain
impl Unpin for LogDomain
impl UnwindSafe for LogDomain
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