pub struct ValaFormatter { /* private fields */ }Expand description
Vala 语言的格式化器
Implementations§
Source§impl ValaFormatter
impl ValaFormatter
pub fn new(config: FormatConfig) -> Self
pub fn format( &mut self, root: &RedNode<'_, ValaLanguage>, source: &str, ) -> FormatResult<FormatOutput>
Auto Trait Implementations§
impl Freeze for ValaFormatter
impl !RefUnwindSafe for ValaFormatter
impl !Send for ValaFormatter
impl !Sync for ValaFormatter
impl Unpin for ValaFormatter
impl !UnwindSafe for ValaFormatter
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