pub struct PreprocessorOptions {
pub args: Vec<LogArg>,
pub level: Level,
}Expand description
Options passed to a preprocessor.
Fields§
§args: Vec<LogArg>§level: LevelAuto Trait Implementations§
impl Freeze for PreprocessorOptions
impl !RefUnwindSafe for PreprocessorOptions
impl Send for PreprocessorOptions
impl !Sync for PreprocessorOptions
impl Unpin for PreprocessorOptions
impl UnsafeUnpin for PreprocessorOptions
impl !UnwindSafe for PreprocessorOptions
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