pub(crate) struct RootLogger {
inner: Vec<Box<dyn Log>>,
}
Fields§
§inner: Vec<Box<dyn Log>>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RootLogger
impl !RefUnwindSafe for RootLogger
impl Send for RootLogger
impl Sync for RootLogger
impl Unpin for RootLogger
impl !UnwindSafe for RootLogger
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