pub struct LifetimeAnalyser {}Implementations§
Source§impl LifetimeAnalyser
impl LifetimeAnalyser
pub fn analyse_lifetimes(&mut self, module: &Module)
Auto Trait Implementations§
impl Freeze for LifetimeAnalyser
impl RefUnwindSafe for LifetimeAnalyser
impl Send for LifetimeAnalyser
impl Sync for LifetimeAnalyser
impl Unpin for LifetimeAnalyser
impl UnwindSafe for LifetimeAnalyser
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