pub struct DelphiFormatter { /* private fields */ }Expand description
Delphi 代码格式化器
Implementations§
Auto Trait Implementations§
impl Freeze for DelphiFormatter
impl RefUnwindSafe for DelphiFormatter
impl Send for DelphiFormatter
impl Sync for DelphiFormatter
impl Unpin for DelphiFormatter
impl UnwindSafe for DelphiFormatter
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