pub struct FlushFilterContext<'a> {
pub log: &'a Log,
}Expand description
Potentially useful context for the flush filter function.
Fields§
§log: &'a LogThe [log] being flushed.
Auto Trait Implementations§
impl<'a> Freeze for FlushFilterContext<'a>
impl<'a> !RefUnwindSafe for FlushFilterContext<'a>
impl<'a> Send for FlushFilterContext<'a>
impl<'a> Sync for FlushFilterContext<'a>
impl<'a> Unpin for FlushFilterContext<'a>
impl<'a> !UnwindSafe for FlushFilterContext<'a>
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