pub struct LegacyPluginThisOptionsResultStats {
pub start: SystemTime,
pub entry: String,
}
Expand description
Partial information about the compilation in progress.
Fields§
§start: SystemTime
The 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§
Source§impl Clone for LegacyPluginThisOptionsResultStats
impl Clone for LegacyPluginThisOptionsResultStats
Source§fn clone(&self) -> LegacyPluginThisOptionsResultStats
fn clone(&self) -> LegacyPluginThisOptionsResultStats
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for LegacyPluginThisOptionsResultStats
impl RefUnwindSafe for LegacyPluginThisOptionsResultStats
impl Send for LegacyPluginThisOptionsResultStats
impl Sync for LegacyPluginThisOptionsResultStats
impl Unpin for LegacyPluginThisOptionsResultStats
impl UnwindSafe for LegacyPluginThisOptionsResultStats
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