pub struct LessFormatter {}Expand description
Formatter implementation for Less.
Implementations§
Auto Trait Implementations§
impl Freeze for LessFormatter
impl RefUnwindSafe for LessFormatter
impl Send for LessFormatter
impl Sync for LessFormatter
impl Unpin for LessFormatter
impl UnsafeUnpin for LessFormatter
impl UnwindSafe for LessFormatter
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