pub struct ScalaFormatter { /* private fields */ }Expand description
Scala Code Formatter
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ScalaFormatter
impl RefUnwindSafe for ScalaFormatter
impl Send for ScalaFormatter
impl Sync for ScalaFormatter
impl Unpin for ScalaFormatter
impl UnwindSafe for ScalaFormatter
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