Struct go_codegen::TraceConfig
source · pub struct TraceConfig {
pub trace_parser: bool,
pub trace_checker: bool,
}
Fields§
§trace_parser: bool
§trace_checker: bool
Auto Trait Implementations§
impl RefUnwindSafe for TraceConfig
impl Send for TraceConfig
impl Sync for TraceConfig
impl Unpin for TraceConfig
impl UnwindSafe for TraceConfig
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