Struct clarity_repl::clarity::vm::analysis::contract_interface_builder::ContractInterfaceFunctionOutput
source · pub struct ContractInterfaceFunctionOutput {
pub type_f: ContractInterfaceAtomType,
}Fields§
§type_f: ContractInterfaceAtomTypeTrait Implementations§
source§impl Clone for ContractInterfaceFunctionOutput
impl Clone for ContractInterfaceFunctionOutput
source§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 moresource§impl<'de> Deserialize<'de> for ContractInterfaceFunctionOutput
impl<'de> Deserialize<'de> for ContractInterfaceFunctionOutput
source§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
source§impl PartialEq for ContractInterfaceFunctionOutput
impl PartialEq for ContractInterfaceFunctionOutput
source§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 ==.source§impl Serialize for ContractInterfaceFunctionOutput
impl Serialize for ContractInterfaceFunctionOutput
source§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