Struct wiggle_generate::config::TracingConf
source · pub struct TracingConf { /* private fields */ }
Implementations§
source§impl TracingConf
impl TracingConf
pub fn enabled_for(&self, module: &str, function: &str) -> bool
Trait Implementations§
source§impl Clone for TracingConf
impl Clone for TracingConf
source§fn clone(&self) -> TracingConf
fn clone(&self) -> TracingConf
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more