pub struct CompileResult {
pub css: String,
pub loaded_urls: Vec<Url>,
pub source_map: Option<String>,
}Expand description
https://sass-lang.com/documentation/js-api/interfaces/CompileResult
Fields§
§css: Stringhttps://sass-lang.com/documentation/js-api/interfaces/CompileResult#css
loaded_urls: Vec<Url>https://sass-lang.com/documentation/js-api/interfaces/CompileResult#loadedUrls
source_map: Option<String>https://sass-lang.com/documentation/js-api/interfaces/CompileResult#sourceMap
Trait Implementations§
Source§impl Clone for CompileResult
impl Clone for CompileResult
Source§fn clone(&self) -> CompileResult
fn clone(&self) -> CompileResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for CompileResult
impl RefUnwindSafe for CompileResult
impl Send for CompileResult
impl Sync for CompileResult
impl Unpin for CompileResult
impl UnwindSafe for CompileResult
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