Struct stacks_rpc_client::clarity::vm::analysis::contract_interface_builder::ContractInterfaceFunctionOutput
pub struct ContractInterfaceFunctionOutput {
pub type_f: ContractInterfaceAtomType,
}
Fields§
§type_f: ContractInterfaceAtomType
Trait Implementations§
§impl Clone for ContractInterfaceFunctionOutput
impl Clone for ContractInterfaceFunctionOutput
§fn clone(&self) -> ContractInterfaceFunctionOutput
fn clone(&self) -> ContractInterfaceFunctionOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for ContractInterfaceFunctionOutput
impl Debug for ContractInterfaceFunctionOutput
§impl<'de> Deserialize<'de> for ContractInterfaceFunctionOutput
impl<'de> Deserialize<'de> for ContractInterfaceFunctionOutput
§fn deserialize<__D>(
__deserializer: __D
) -> Result<ContractInterfaceFunctionOutput, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>( __deserializer: __D ) -> Result<ContractInterfaceFunctionOutput, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§impl PartialEq for ContractInterfaceFunctionOutput
impl PartialEq for ContractInterfaceFunctionOutput
§fn eq(&self, other: &ContractInterfaceFunctionOutput) -> bool
fn eq(&self, other: &ContractInterfaceFunctionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.§impl Serialize for ContractInterfaceFunctionOutput
impl Serialize for ContractInterfaceFunctionOutput
§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
impl StructuralPartialEq for ContractInterfaceFunctionOutput
Auto Trait Implementations§
impl RefUnwindSafe for ContractInterfaceFunctionOutput
impl Send for ContractInterfaceFunctionOutput
impl Sync for ContractInterfaceFunctionOutput
impl Unpin for ContractInterfaceFunctionOutput
impl UnwindSafe for ContractInterfaceFunctionOutput
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