pub struct Project {
pub timestamp: Duration,
pub path_buf: PathBuf,
}Fields§
§timestamp: Duration§path_buf: PathBufTrait Implementations§
Source§impl Extend<Project> for Projects
impl Extend<Project> for Projects
Source§fn extend<T>(&mut self, iter: T)where
T: IntoIterator<Item = Project>,
fn extend<T>(&mut self, iter: T)where
T: IntoIterator<Item = Project>,
Extends a collection with the contents of an iterator. Read more
Source§fn extend_one(&mut self, item: A)
fn extend_one(&mut self, item: A)
🔬This is a nightly-only experimental API. (
extend_one)Extends a collection with exactly one element.
Source§fn extend_reserve(&mut self, additional: usize)
fn extend_reserve(&mut self, additional: usize)
🔬This is a nightly-only experimental API. (
extend_one)Reserves capacity in a collection for the given number of additional elements. Read more
Source§impl Ord for Project
impl Ord for Project
Source§impl PartialOrd for Project
impl PartialOrd for Project
impl Eq for Project
impl StructuralPartialEq for Project
Auto Trait Implementations§
impl Freeze for Project
impl RefUnwindSafe for Project
impl Send for Project
impl Sync for Project
impl Unpin for Project
impl UnwindSafe for Project
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