Enum swc_common::errors::emitter::Destination
source · [−]pub enum Destination {
Terminal(StandardStream),
Buffered(BufferWriter),
Raw(Box<dyn Write + Send>),
}
Variants
Terminal(StandardStream)
Buffered(BufferWriter)
Raw(Box<dyn Write + Send>)
Auto Trait Implementations
impl !RefUnwindSafe for Destination
impl Send for Destination
impl !Sync for Destination
impl Unpin for Destination
impl !UnwindSafe for Destination
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more