pub struct LogPanel;Trait Implementations§
Auto Trait Implementations§
impl Freeze for LogPanel
impl RefUnwindSafe for LogPanel
impl Send for LogPanel
impl Sync for LogPanel
impl Unpin for LogPanel
impl UnwindSafe for LogPanel
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