pub struct RubyFormatter {}Expand description
Ruby Code Formatter
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RubyFormatter
impl RefUnwindSafe for RubyFormatter
impl Send for RubyFormatter
impl Sync for RubyFormatter
impl Unpin for RubyFormatter
impl UnwindSafe for RubyFormatter
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