pub struct LifetimeAnalyzer { /* private fields */ }Expand description
Simple lifetime analysis for borrow correctness
Ensures that borrowed values outlive their borrows.
Auto Trait Implementations§
impl Freeze for LifetimeAnalyzer
impl RefUnwindSafe for LifetimeAnalyzer
impl Send for LifetimeAnalyzer
impl Sync for LifetimeAnalyzer
impl Unpin for LifetimeAnalyzer
impl UnsafeUnpin for LifetimeAnalyzer
impl UnwindSafe for LifetimeAnalyzer
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