pub struct InstructionConsistency<'a> { /* private fields */ }
Implementations
sourceimpl<'a> InstructionConsistency<'a>
impl<'a> InstructionConsistency<'a>
pub fn verify_module(module: &'a CompiledModule) -> VMResult<()>
pub fn verify_script(module: &'a CompiledScript) -> VMResult<()>
pub fn verify_script_impl(script: &'a CompiledScript) -> PartialVMResult<()>
Auto Trait Implementations
impl<'a> RefUnwindSafe for InstructionConsistency<'a>
impl<'a> Send for InstructionConsistency<'a>
impl<'a> Sync for InstructionConsistency<'a>
impl<'a> Unpin for InstructionConsistency<'a>
impl<'a> UnwindSafe for InstructionConsistency<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more