Struct clarity_repl::repl::debug::DebugState
source · pub struct DebugState { /* private fields */ }Implementations§
source§impl DebugState
impl DebugState
pub fn new( contract_id: &QualifiedContractIdentifier, snippet: &str ) -> DebugState
Auto Trait Implementations§
impl RefUnwindSafe for DebugState
impl Send for DebugState
impl Sync for DebugState
impl Unpin for DebugState
impl UnwindSafe for DebugState
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