pub struct DynamicLogFilter { /* private fields */ }
Expand description
Dynamic filter that can be updated at runtime
Implementations§
Auto Trait Implementations§
impl !Freeze for DynamicLogFilter
impl RefUnwindSafe for DynamicLogFilter
impl Send for DynamicLogFilter
impl Sync for DynamicLogFilter
impl Unpin for DynamicLogFilter
impl UnwindSafe for DynamicLogFilter
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