pub enum CssFile {
Variables,
General,
Chrome,
Index,
PagetocJs,
PagetocCss,
Invalid,
Pagetoc,
Custom(&'static str),
}Expand description
All cssfiles to be modified. There are several aspects of configs:
- pagetoc related
- fontsize related
- color related
but in practice all configs are processed in unit of single file.
Variants§
Implementations§
Trait Implementations§
Source§impl Ord for CssFile
impl Ord for CssFile
Source§impl PartialOrd for CssFile
impl PartialOrd for CssFile
impl Copy for CssFile
impl Eq for CssFile
impl StructuralPartialEq for CssFile
Auto Trait Implementations§
impl Freeze for CssFile
impl RefUnwindSafe for CssFile
impl Send for CssFile
impl Sync for CssFile
impl Unpin for CssFile
impl UnwindSafe for CssFile
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