pub struct ModifyCssResult {
pub path: PathBuf,
pub normalized_path_str: String,
pub hash: String,
pub contents: String,
}Fields§
§path: PathBuf§normalized_path_str: String§hash: String§contents: StringAuto Trait Implementations§
impl Freeze for ModifyCssResult
impl RefUnwindSafe for ModifyCssResult
impl Send for ModifyCssResult
impl Sync for ModifyCssResult
impl Unpin for ModifyCssResult
impl UnwindSafe for ModifyCssResult
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