pub struct StaticEntry {
pub filename: String,
pub mtime: u64,
}Expand description
Implicit reference to one of the files in /src/js or /src/css
Fields§
§filename: String§mtime: u64Implementations§
Auto Trait Implementations§
impl Freeze for StaticEntry
impl RefUnwindSafe for StaticEntry
impl Send for StaticEntry
impl Sync for StaticEntry
impl Unpin for StaticEntry
impl UnwindSafe for StaticEntry
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