Struct swc_html_codegen::writer::basic::BasicHtmlWriterConfig
source · [−]pub struct BasicHtmlWriterConfig {
pub indent_type: IndentType,
pub indent_width: i32,
pub linefeed: LineFeed,
}Fields
indent_type: IndentTypeindent_width: i32linefeed: LineFeedTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BasicHtmlWriterConfig
impl Send for BasicHtmlWriterConfig
impl Sync for BasicHtmlWriterConfig
impl Unpin for BasicHtmlWriterConfig
impl UnwindSafe for BasicHtmlWriterConfig
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