pub struct Entry<N> {
pub name: N,
pub path: PathBuf,
}Fields§
§name: N§path: PathBufTrait Implementations§
Source§impl<N: Ord> Ord for Entry<N>
impl<N: Ord> Ord for Entry<N>
Source§impl<N: PartialOrd> PartialOrd for Entry<N>
impl<N: PartialOrd> PartialOrd for Entry<N>
impl<N: Eq> Eq for Entry<N>
impl<N> StructuralPartialEq for Entry<N>
Auto Trait Implementations§
impl<N> Freeze for Entry<N>where
N: Freeze,
impl<N> RefUnwindSafe for Entry<N>where
N: RefUnwindSafe,
impl<N> Send for Entry<N>where
N: Send,
impl<N> Sync for Entry<N>where
N: Sync,
impl<N> Unpin for Entry<N>where
N: Unpin,
impl<N> UnwindSafe for Entry<N>where
N: UnwindSafe,
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