Struct sass_embedded::legacy::LegacyResult  
source · [−]pub struct LegacyResult {
    pub css: Vec<u8>,
    pub map: Option<Vec<u8>>,
    pub stats: LegacyResultStats,
}Expand description
More information: Sass documentation
Fields
css: Vec<u8>More information: Sass documentation
map: Option<Vec<u8>>More information: Sass documentation
stats: LegacyResultStatsMore information: Sass documentation
Implementations
sourceimpl LegacyResult
 
impl LegacyResult
sourcepub fn new(entry: String, start: SystemTime, result: CompileResult) -> Self
 
pub fn new(entry: String, start: SystemTime, result: CompileResult) -> Self
Creates a new LegacyResult.
Trait Implementations
sourceimpl Clone for LegacyResult
 
impl Clone for LegacyResult
sourcefn clone(&self) -> LegacyResult
 
fn clone(&self) -> LegacyResult
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for LegacyResult
 
impl Debug for LegacyResult
sourceimpl<'de> Deserialize<'de> for LegacyResult
 
impl<'de> Deserialize<'de> for LegacyResult
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
    __D: Deserializer<'de>, 
 
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
    __D: Deserializer<'de>, 
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Serialize for LegacyResult
 
impl Serialize for LegacyResult
Auto Trait Implementations
impl RefUnwindSafe for LegacyResult
impl Send for LegacyResult
impl Sync for LegacyResult
impl Unpin for LegacyResult
impl UnwindSafe for LegacyResult
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