pub struct StringOptions {
pub common: Options,
pub input_importer: Option<SassImporter>,
pub syntax: Syntax,
pub url: Option<Url>,
}Fields§
§common: Options§input_importer: Option<SassImporter>https://sass-lang.com/documentation/js-api/interfaces/StringOptionsWithImporter#importer
syntax: Syntaxhttps://sass-lang.com/documentation/js-api/interfaces/StringOptionsWithoutImporter#syntax
url: Option<Url>https://sass-lang.com/documentation/js-api/interfaces/StringOptionsWithImporter#url
Trait Implementations§
Source§impl Debug for StringOptions
impl Debug for StringOptions
Source§impl Default for StringOptions
impl Default for StringOptions
Source§fn default() -> StringOptions
fn default() -> StringOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StringOptions
impl !RefUnwindSafe for StringOptions
impl Send for StringOptions
impl Sync for StringOptions
impl Unpin for StringOptions
impl !UnwindSafe for StringOptions
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