pub struct ErrorPass;Implementations§
Source§impl ErrorPass
impl ErrorPass
pub fn analyze_crate(crate_root: &Path) -> Result<ErrorResult, ErrorPassError>
Auto Trait Implementations§
impl Freeze for ErrorPass
impl RefUnwindSafe for ErrorPass
impl Send for ErrorPass
impl Sync for ErrorPass
impl Unpin for ErrorPass
impl UnsafeUnpin for ErrorPass
impl UnwindSafe for ErrorPass
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