Struct diem_types::transaction::TypeArgumentABI [−]
pub struct TypeArgumentABI { /* fields omitted */ }Expand description
The description of a type argument in a script.
Implementations
impl TypeArgumentABI
impl TypeArgumentABI
pub fn new(name: String) -> TypeArgumentABI
Trait Implementations
impl Clone for TypeArgumentABI
impl Clone for TypeArgumentABI
pub fn clone(&self) -> TypeArgumentABI
pub fn clone(&self) -> TypeArgumentABI
Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
impl Debug for TypeArgumentABI
impl Debug for TypeArgumentABI
impl<'de> Deserialize<'de> for TypeArgumentABI
impl<'de> Deserialize<'de> for TypeArgumentABI
pub fn deserialize<__D>(
__deserializer: __D
) -> Result<TypeArgumentABI, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
pub fn deserialize<__D>(
__deserializer: __D
) -> Result<TypeArgumentABI, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Hash for TypeArgumentABI
impl Hash for TypeArgumentABI
impl PartialEq<TypeArgumentABI> for TypeArgumentABI
impl PartialEq<TypeArgumentABI> for TypeArgumentABI
pub fn eq(&self, other: &TypeArgumentABI) -> bool
pub fn eq(&self, other: &TypeArgumentABI) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
pub fn ne(&self, other: &TypeArgumentABI) -> bool
pub fn ne(&self, other: &TypeArgumentABI) -> bool
This method tests for !=.
impl Serialize for TypeArgumentABI
impl Serialize for TypeArgumentABI
pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
pub 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 TypeArgumentABI
impl StructuralEq for TypeArgumentABI
impl StructuralPartialEq for TypeArgumentABI
Auto Trait Implementations
impl RefUnwindSafe for TypeArgumentABI
impl Send for TypeArgumentABI
impl Sync for TypeArgumentABI
impl Unpin for TypeArgumentABI
impl UnwindSafe for TypeArgumentABI
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
type Output = T
type Output = T
Should always be Self
Generates a hash used only for tests.