Enum flow_sdk::prelude::cadence_json::Type [−][src]
pub enum Type {
Show 35 variants
Void,
Optional,
Bool,
String,
Address,
UInt,
UInt8,
UInt16,
UInt32,
UInt64,
UInt128,
UInt256,
Int,
Int8,
Int16,
Int32,
Int64,
Int128,
Int256,
Word8,
Word16,
Word32,
Word64,
UFix64,
Fix64,
Array,
Dictionary,
Struct,
Resource,
Event,
Contract,
Enum,
Path,
Type,
Capability,
}
Variants
Implementations
Trait Implementations
pub fn deserialize<D>(
deserializer: D
) -> Result<Type, <D as Deserializer<'de>>::Error> where
D: Deserializer<'de>,
pub fn deserialize<D>(
deserializer: D
) -> Result<Type, <D as Deserializer<'de>>::Error> where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
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
Auto Trait Implementations
impl RefUnwindSafe for Type
impl UnwindSafe for Type
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.
Wrap the input message T
in a tonic::Request
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more