pub struct BuiltInFormatter { /* private fields */ }Expand description
Built-in formatter for when perltidy is unavailable.
Implementations§
Source§impl BuiltInFormatter
impl BuiltInFormatter
Sourcepub fn new(config: PerlTidyConfig) -> BuiltInFormatter
pub fn new(config: PerlTidyConfig) -> BuiltInFormatter
Creates a new built-in formatter with the given configuration.
Auto Trait Implementations§
impl Freeze for BuiltInFormatter
impl RefUnwindSafe for BuiltInFormatter
impl Send for BuiltInFormatter
impl Sync for BuiltInFormatter
impl Unpin for BuiltInFormatter
impl UnsafeUnpin for BuiltInFormatter
impl UnwindSafe for BuiltInFormatter
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