Struct addr2line::function::LazyFunctions
source · pub(crate) struct LazyFunctions<R: Reader>(LazyCell<Result<Functions<R>, Error>>);
Tuple Fields§
§0: LazyCell<Result<Functions<R>, Error>>
Implementations§
Auto Trait Implementations§
impl<R> !Freeze for LazyFunctions<R>
impl<R> !RefUnwindSafe for LazyFunctions<R>
impl<R> Send for LazyFunctions<R>
impl<R> !Sync for LazyFunctions<R>
impl<R> Unpin for LazyFunctions<R>
impl<R> UnwindSafe for LazyFunctions<R>
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