Struct sass_embedded::StringOptions
source · [−]pub struct StringOptions {
pub common: Options,
pub input_importer: Option<SassImporter>,
pub syntax: Syntax,
pub url: Option<Url>,
}
Expand description
Fields
common: Options
Field for Options
input_importer: Option<SassImporter>
More information:
syntax: Syntax
More information:
url: Option<Url>
More information:
Trait Implementations
sourceimpl Debug for StringOptions
impl Debug for StringOptions
sourceimpl Default for StringOptions
impl Default for StringOptions
sourcefn default() -> StringOptions
fn default() -> StringOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !RefUnwindSafe for StringOptions
impl Send for StringOptions
impl Sync for StringOptions
impl Unpin for StringOptions
impl !UnwindSafe for StringOptions
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