Struct stacks_rpc_client::clarity::vm::docs::contracts::ContractRef
pub struct ContractRef {
pub public_functions: Vec<FunctionRef>,
pub read_only_functions: Vec<FunctionRef>,
pub error_codes: Vec<ErrorCode>,
}
Fields§
§public_functions: Vec<FunctionRef>
§read_only_functions: Vec<FunctionRef>
§error_codes: Vec<ErrorCode>
Trait Implementations§
§impl Serialize for ContractRef
impl Serialize for ContractRef
§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>( &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ContractRef
impl Send for ContractRef
impl Sync for ContractRef
impl Unpin for ContractRef
impl UnwindSafe for ContractRef
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