pub struct SourceFormatter;Expand description
Source code formatter for showing parse context
Implementations§
Auto Trait Implementations§
impl Freeze for SourceFormatter
impl RefUnwindSafe for SourceFormatter
impl Send for SourceFormatter
impl Sync for SourceFormatter
impl Unpin for SourceFormatter
impl UnsafeUnpin for SourceFormatter
impl UnwindSafe for SourceFormatter
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