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