pub struct VaryStackDepthChecker;
Trait Implementations§
§impl BuildASTPass for VaryStackDepthChecker
impl BuildASTPass for VaryStackDepthChecker
fn run_pass( contract_ast: &mut ContractAST, _version: ClarityVersion ) -> Result<(), ParseError>
Auto Trait Implementations§
impl RefUnwindSafe for VaryStackDepthChecker
impl Send for VaryStackDepthChecker
impl Sync for VaryStackDepthChecker
impl Unpin for VaryStackDepthChecker
impl UnwindSafe for VaryStackDepthChecker
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