pub struct NeoContractParameter {
pub name: String,
pub type: String,
}Expand description
Neo N3 Contract Parameter
Fields§
§name: String§type: StringTrait Implementations§
Source§impl Clone for NeoContractParameter
impl Clone for NeoContractParameter
Source§fn clone(&self) -> NeoContractParameter
fn clone(&self) -> NeoContractParameter
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 NeoContractParameter
impl Debug for NeoContractParameter
Source§impl<'de> Deserialize<'de> for NeoContractParameter
impl<'de> Deserialize<'de> for NeoContractParameter
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<NeoContractParameter, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<NeoContractParameter, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for NeoContractParameter
impl PartialEq for NeoContractParameter
Source§impl Serialize for NeoContractParameter
impl Serialize for NeoContractParameter
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 Eq for NeoContractParameter
impl StructuralPartialEq for NeoContractParameter
Auto Trait Implementations§
impl Freeze for NeoContractParameter
impl RefUnwindSafe for NeoContractParameter
impl Send for NeoContractParameter
impl Sync for NeoContractParameter
impl Unpin for NeoContractParameter
impl UnwindSafe for NeoContractParameter
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