Struct clangd_parser::cmdl::Cmdl
source · pub struct Cmdl {
pub directory: String,
pub cmdl: Vec<String>,
}
Fields§
§directory: String
§cmdl: Vec<String>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Cmdl
impl RefUnwindSafe for Cmdl
impl Send for Cmdl
impl Sync for Cmdl
impl Unpin for Cmdl
impl UnwindSafe for Cmdl
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