pub struct ImplDispatch {
pub output: Vec<Output>,
pub default_level: LevelFilter,
pub levels: LevelConfiguration,
pub format: Option<Box<Formatter>>,
pub filters: Vec<Box<Filter>>,
}
Fields§
§output: Vec<Output>
§default_level: LevelFilter
§levels: LevelConfiguration
§format: Option<Box<Formatter>>
§filters: Vec<Box<Filter>>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Dispatch
impl !RefUnwindSafe for Dispatch
impl Send for Dispatch
impl Sync for Dispatch
impl Unpin for Dispatch
impl !UnwindSafe for Dispatch
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