pub struct VerificationInput { /* private fields */ }Implementations§
Source§impl VerificationInput
impl VerificationInput
pub fn new( original_file: FileContent, refactored_file: FileContent, fn_name: String, programs: ProgramPaths, ) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VerificationInput
impl RefUnwindSafe for VerificationInput
impl Send for VerificationInput
impl Sync for VerificationInput
impl Unpin for VerificationInput
impl UnwindSafe for VerificationInput
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