pub struct Project<'input> {
pub type_id: &'input str,
pub type_descr: &'input str,
pub id: &'input str,
pub name: &'input str,
pub path: &'input str,
}Fields§
§type_id: &'input str§type_descr: &'input str§id: &'input str§name: &'input str§path: &'input strImplementations§
Trait Implementations§
impl<'input> Copy for Project<'input>
Auto Trait Implementations§
impl<'input> RefUnwindSafe for Project<'input>
impl<'input> Send for Project<'input>
impl<'input> Sync for Project<'input>
impl<'input> Unpin for Project<'input>
impl<'input> UnwindSafe for Project<'input>
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