pub struct PostprocessorOptions {
pub message: String,
pub level: Level,
}Expand description
Options passed to a postprocessor.
Fields§
§message: String§level: LevelAuto Trait Implementations§
impl Freeze for PostprocessorOptions
impl RefUnwindSafe for PostprocessorOptions
impl Send for PostprocessorOptions
impl Sync for PostprocessorOptions
impl Unpin for PostprocessorOptions
impl UnsafeUnpin for PostprocessorOptions
impl UnwindSafe for PostprocessorOptions
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