struct PrefixParserSlice<'a, 'b> {
path: &'a OsStr,
prefix: &'b [u8],
index: usize,
}
Fields§
§path: &'a OsStr
§prefix: &'b [u8]
§index: usize
Implementations§
source§impl<'a> PrefixParserSlice<'a, '_>
impl<'a> PrefixParserSlice<'a, '_>
Auto Trait Implementations§
impl<'a, 'b> RefUnwindSafe for PrefixParserSlice<'a, 'b>
impl<'a, 'b> Send for PrefixParserSlice<'a, 'b>
impl<'a, 'b> Sync for PrefixParserSlice<'a, 'b>
impl<'a, 'b> Unpin for PrefixParserSlice<'a, 'b>
impl<'a, 'b> UnwindSafe for PrefixParserSlice<'a, 'b>
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