Struct stacks_rpc_client::clarity::vm::docs::DefineAPI
pub struct DefineAPI { /* private fields */ }
Auto Trait Implementations§
impl RefUnwindSafe for DefineAPI
impl Send for DefineAPI
impl Sync for DefineAPI
impl Unpin for DefineAPI
impl UnwindSafe for DefineAPI
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