pub struct RegionAnalyzer { /* private fields */ }Expand description
Region analysis component
Implementations§
Auto Trait Implementations§
impl Freeze for RegionAnalyzer
impl RefUnwindSafe for RegionAnalyzer
impl Send for RegionAnalyzer
impl Sync for RegionAnalyzer
impl Unpin for RegionAnalyzer
impl UnwindSafe for RegionAnalyzer
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