pub struct LevelAnalysis { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl RewriteRuleset for LevelAnalysis
impl RewriteRuleset for LevelAnalysis
Auto Trait Implementations§
impl !Freeze for LevelAnalysis
impl !RefUnwindSafe for LevelAnalysis
impl Send for LevelAnalysis
impl !Sync for LevelAnalysis
impl Unpin for LevelAnalysis
impl UnwindSafe for LevelAnalysis
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