pub struct FilterTuple { /* private fields */ }Expand description
A combination of Filters to control where logs are written
Auto Trait Implementations§
impl Freeze for FilterTuple
impl RefUnwindSafe for FilterTuple
impl Send for FilterTuple
impl Sync for FilterTuple
impl Unpin for FilterTuple
impl UnwindSafe for FilterTuple
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