pub struct CodeFormatter;Implementations§
Source§impl CodeFormatter
impl CodeFormatter
Auto Trait Implementations§
impl Freeze for CodeFormatter
impl RefUnwindSafe for CodeFormatter
impl Send for CodeFormatter
impl Sync for CodeFormatter
impl Unpin for CodeFormatter
impl UnwindSafe for CodeFormatter
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