pub struct DefaultTransform;Trait Implementations§
Source§impl Transform for DefaultTransform
impl Transform for DefaultTransform
Source§fn transform_error(&self, msg: String) -> String
fn transform_error(&self, msg: String) -> String
Transform the error log message that contains
warn (case insensitive).Source§fn transform_warning(&self, msg: String) -> String
fn transform_warning(&self, msg: String) -> String
Transform the warning log message that does not contain
warn (case insensitive).Auto Trait Implementations§
impl Freeze for DefaultTransform
impl RefUnwindSafe for DefaultTransform
impl Send for DefaultTransform
impl Sync for DefaultTransform
impl Unpin for DefaultTransform
impl UnwindSafe for DefaultTransform
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