Struct silkenweb_css::Transpile
source · pub struct Transpile {
pub minify: bool,
pub pretty: bool,
pub modules: bool,
pub nesting: bool,
pub browsers: Option<Browsers>,
}Fields§
§minify: bool§pretty: bool§modules: bool§nesting: bool§browsers: Option<Browsers>Auto Trait Implementations§
impl RefUnwindSafe for Transpile
impl Send for Transpile
impl Sync for Transpile
impl Unpin for Transpile
impl UnwindSafe for Transpile
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