pub struct LookupName<'a>(/* private fields */);Expand description
The filename of HitSampleInfo with the highest preference that can be
used as a source.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for LookupName<'a>
impl<'a> RefUnwindSafe for LookupName<'a>
impl<'a> Send for LookupName<'a>
impl<'a> Sync for LookupName<'a>
impl<'a> Unpin for LookupName<'a>
impl<'a> UnwindSafe for LookupName<'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