pub struct ScssFormatter;Expand description
SCSS Code Formatter
Implementations§
Auto Trait Implementations§
impl Freeze for ScssFormatter
impl RefUnwindSafe for ScssFormatter
impl Send for ScssFormatter
impl Sync for ScssFormatter
impl Unpin for ScssFormatter
impl UnwindSafe for ScssFormatter
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