pub struct LevelAnalysis { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Default for LevelAnalysis
impl Default for LevelAnalysis
Source§fn default() -> LevelAnalysis
fn default() -> LevelAnalysis
Returns the “default value” for a type. Read more
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