pub struct LegacyPluginThisOptionsResultStats {
pub start: SystemTime,
pub entry: String,
}Expand description
Partial information about the compilation in progress.
Fields
start: SystemTimeThe number of milliseconds between 1 January 1970 at 00:00:00 UTC and the time at which Sass compilation began.
entry: String[LegacyOptions.file] if it was passed, otherwise the string "data".
Trait Implementations
sourceimpl Clone for LegacyPluginThisOptionsResultStats
impl Clone for LegacyPluginThisOptionsResultStats
sourcefn clone(&self) -> LegacyPluginThisOptionsResultStats
fn clone(&self) -> LegacyPluginThisOptionsResultStats
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
Auto Trait Implementations
impl RefUnwindSafe for LegacyPluginThisOptionsResultStats
impl Send for LegacyPluginThisOptionsResultStats
impl Sync for LegacyPluginThisOptionsResultStats
impl Unpin for LegacyPluginThisOptionsResultStats
impl UnwindSafe for LegacyPluginThisOptionsResultStats
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