Struct sass_embedded::Options
source · [−]pub struct Options {
pub alert_ascii: bool,
pub alert_color: Option<bool>,
pub importers: Vec<SassImporter>,
pub load_paths: Vec<PathBuf>,
pub logger: Option<SassLogger>,
pub quiet_deps: bool,
pub source_map: bool,
pub source_map_include_sources: bool,
pub style: OutputStyle,
pub verbose: bool,
pub charset: bool,
}Expand description
Fields
alert_ascii: boolMore information:
alert_color: Option<bool>More information:
importers: Vec<SassImporter>More information:
load_paths: Vec<PathBuf>More information:
logger: Option<SassLogger>More information:
quiet_deps: boolMore information:
source_map: boolMore information:
source_map_include_sources: boolMore information:
style: OutputStyleMore information:
verbose: boolMore information:
charset: boolMore information:
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Options
impl Send for Options
impl Sync for Options
impl Unpin for Options
impl !UnwindSafe for Options
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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