pub struct FusionAnalyzer { /* private fields */ }Expand description
Fusion analysis engine that detects fusable patterns.
Implementations§
Auto Trait Implementations§
impl Freeze for FusionAnalyzer
impl RefUnwindSafe for FusionAnalyzer
impl Send for FusionAnalyzer
impl Sync for FusionAnalyzer
impl Unpin for FusionAnalyzer
impl UnsafeUnpin for FusionAnalyzer
impl UnwindSafe for FusionAnalyzer
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