Struct project2::repository::RepoPathDescendants
source · pub struct RepoPathDescendants<'a>(pub &'a Path);
Tuple Fields§
§0: &'a Path
Trait Implementations§
source§impl<'a> Debug for RepoPathDescendants<'a>
impl<'a> Debug for RepoPathDescendants<'a>
source§impl<'a> MapSeekTarget<RepoPath> for RepoPathDescendants<'a>
impl<'a> MapSeekTarget<RepoPath> for RepoPathDescendants<'a>
fn cmp_cursor(&self, key: &RepoPath) -> Ordering
Auto Trait Implementations§
impl<'a> RefUnwindSafe for RepoPathDescendants<'a>
impl<'a> Send for RepoPathDescendants<'a>
impl<'a> Sync for RepoPathDescendants<'a>
impl<'a> Unpin for RepoPathDescendants<'a>
impl<'a> UnwindSafe for RepoPathDescendants<'a>
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