Struct sass_embedded::ImporterResult
source · [−]pub struct ImporterResult {
pub contents: String,
pub source_map_url: Option<Url>,
pub syntax: Syntax,
}
Expand description
More information
Fields
contents: String
More information
source_map_url: Option<Url>
More information
syntax: Syntax
More information
Auto Trait Implementations
impl RefUnwindSafe for ImporterResult
impl Send for ImporterResult
impl Sync for ImporterResult
impl Unpin for ImporterResult
impl UnwindSafe for ImporterResult
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