Struct addr2line::lookup::MappedLookup
source · pub(crate) struct MappedLookup<T, L, F>{
original: L,
mutator: F,
}
Fields§
§original: L
§mutator: F
Trait Implementations§
source§impl<T, L, F> LookupContinuation for MappedLookup<T, L, F>
impl<T, L, F> LookupContinuation for MappedLookup<T, L, F>
Auto Trait Implementations§
impl<T, L, F> Freeze for MappedLookup<T, L, F>
impl<T, L, F> RefUnwindSafe for MappedLookup<T, L, F>where
L: RefUnwindSafe,
F: RefUnwindSafe,
impl<T, L, F> Send for MappedLookup<T, L, F>
impl<T, L, F> Sync for MappedLookup<T, L, F>
impl<T, L, F> Unpin for MappedLookup<T, L, F>
impl<T, L, F> UnwindSafe for MappedLookup<T, L, F>where
L: UnwindSafe,
F: 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