pub struct CompilationDatabasePath {
pub json: PathBuf,
}Fields§
§json: PathBufImplementations§
Auto Trait Implementations§
impl Freeze for CompilationDatabasePath
impl RefUnwindSafe for CompilationDatabasePath
impl Send for CompilationDatabasePath
impl Sync for CompilationDatabasePath
impl Unpin for CompilationDatabasePath
impl UnwindSafe for CompilationDatabasePath
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