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 moresource§impl Debug for TracingConf
impl Debug for TracingConf
source§impl Default for TracingConf
impl Default for TracingConf
source§impl Parse for TracingConf
impl Parse for TracingConf
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl Freeze for TracingConf
impl RefUnwindSafe for TracingConf
impl Send for TracingConf
impl Sync for TracingConf
impl Unpin for TracingConf
impl UnwindSafe for TracingConf
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