pub struct Web3ContractInterface {
pub contract_id: String,
pub kind: Web3ContractKind,
pub interface_name: String,
pub abi_reference: String,
pub implementation_reference: String,
pub immutable: bool,
}Fields§
§contract_id: String§kind: Web3ContractKind§interface_name: String§abi_reference: String§implementation_reference: String§immutable: boolTrait Implementations§
Source§impl Clone for Web3ContractInterface
impl Clone for Web3ContractInterface
Source§fn clone(&self) -> Web3ContractInterface
fn clone(&self) -> Web3ContractInterface
Returns a duplicate 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 Debug for Web3ContractInterface
impl Debug for Web3ContractInterface
Source§impl<'de> Deserialize<'de> for Web3ContractInterface
impl<'de> Deserialize<'de> for Web3ContractInterface
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Web3ContractInterface
impl RefUnwindSafe for Web3ContractInterface
impl Send for Web3ContractInterface
impl Sync for Web3ContractInterface
impl Unpin for Web3ContractInterface
impl UnsafeUnpin for Web3ContractInterface
impl UnwindSafe for Web3ContractInterface
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