Struct stacks_rpc_client::clarity::vm::tooling::ContractSupportDocs
pub struct ContractSupportDocs {
pub descriptions: HashMap<&'static str, &'static str>,
pub skip_func_display: HashSet<&'static str>,
}
Fields§
§descriptions: HashMap<&'static str, &'static str>
§skip_func_display: HashSet<&'static str>
Auto Trait Implementations§
impl RefUnwindSafe for ContractSupportDocs
impl Send for ContractSupportDocs
impl Sync for ContractSupportDocs
impl Unpin for ContractSupportDocs
impl UnwindSafe for ContractSupportDocs
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