pub struct LogHandler { /* private fields */ }Implementations§
Source§impl LogHandler
impl LogHandler
pub fn new(id: BuildStepId) -> Self
pub fn with_logs_window(self, logs_window: Rc<LogsWindow>) -> Self
Trait Implementations§
Source§impl Default for LogHandler
impl Default for LogHandler
Source§fn default() -> LogHandler
fn default() -> LogHandler
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LogHandler
impl RefUnwindSafe for LogHandler
impl !Send for LogHandler
impl !Sync for LogHandler
impl Unpin for LogHandler
impl UnwindSafe for LogHandler
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