pub enum ContractInterfaceVariableAccess {
constant,
variable,
}Variants§
Trait Implementations§
Source§impl Clone for ContractInterfaceVariableAccess
impl Clone for ContractInterfaceVariableAccess
Source§fn clone(&self) -> ContractInterfaceVariableAccess
fn clone(&self) -> ContractInterfaceVariableAccess
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<'de> Deserialize<'de> for ContractInterfaceVariableAccess
impl<'de> Deserialize<'de> for ContractInterfaceVariableAccess
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
Source§impl PartialEq for ContractInterfaceVariableAccess
impl PartialEq for ContractInterfaceVariableAccess
Source§fn eq(&self, other: &ContractInterfaceVariableAccess) -> bool
fn eq(&self, other: &ContractInterfaceVariableAccess) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ContractInterfaceVariableAccess
Auto Trait Implementations§
impl Freeze for ContractInterfaceVariableAccess
impl RefUnwindSafe for ContractInterfaceVariableAccess
impl Send for ContractInterfaceVariableAccess
impl Sync for ContractInterfaceVariableAccess
impl Unpin for ContractInterfaceVariableAccess
impl UnwindSafe for ContractInterfaceVariableAccess
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