pub struct ToonFormatter;Implementations§
Source§impl ToonFormatter
impl ToonFormatter
pub fn format_symbols(query: &str, matches: &[NodeData]) -> String
pub fn format_file_context(path: &str, symbols: &[NodeData]) -> String
pub fn format_impact_analysis(fqn: &str, impact: &[NodeData]) -> String
pub fn format_blast_radius( path: &str, symbol: &str, results: &[NodeData], ) -> String
pub fn format_status(is_ready: bool, index_path: Option<&str>) -> String
pub fn format_fetch_result( path: &str, symbol: &str, content: Option<&str>, ) -> String
Auto Trait Implementations§
impl Freeze for ToonFormatter
impl RefUnwindSafe for ToonFormatter
impl Send for ToonFormatter
impl Sync for ToonFormatter
impl Unpin for ToonFormatter
impl UnsafeUnpin for ToonFormatter
impl UnwindSafe for ToonFormatter
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