pub enum CssFormat {
Regular,
Minified,
WithSourceMaps,
}Variants§
Trait Implementations§
impl StructuralPartialEq for CssFormat
Auto Trait Implementations§
impl Freeze for CssFormat
impl RefUnwindSafe for CssFormat
impl Send for CssFormat
impl Sync for CssFormat
impl Unpin for CssFormat
impl UnwindSafe for CssFormat
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