pub struct PathFormatter<'a, 'b> { /* private fields */ }Implementations§
Source§impl<'a, 'b> PathFormatter<'a, 'b>
impl<'a, 'b> PathFormatter<'a, 'b>
Source§impl<'a, 'b> PathFormatter<'a, 'b>
impl<'a, 'b> PathFormatter<'a, 'b>
pub fn get_formatted_path( &mut self, path: &PathBuf, ) -> Result<PathBuf, ClineupError>
Auto Trait Implementations§
impl<'a, 'b> !RefUnwindSafe for PathFormatter<'a, 'b>
impl<'a, 'b> !Send for PathFormatter<'a, 'b>
impl<'a, 'b> !Sync for PathFormatter<'a, 'b>
impl<'a, 'b> !UnwindSafe for PathFormatter<'a, 'b>
impl<'a, 'b> Freeze for PathFormatter<'a, 'b>
impl<'a, 'b> Unpin for PathFormatter<'a, 'b>
impl<'a, 'b> UnsafeUnpin for PathFormatter<'a, 'b>
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