Enum scale_serialization::SpecificType [−][src]
pub enum SpecificType {
}Expand description
A convenient representation of the scale-info types to a format that matches serde model more closely
Variants
Bool
U8
U16
U32
U64
U128
I8
I16
I32
I64
I128
Char
Str
Bytes(u32)
Tuple Fields
0: u32Sequence(u32)
Tuple Fields
0: u32Map(u32, u32)
Tuple(TupleOrArray)
Tuple Fields
0: TupleOrArrayStruct(Vec<(String, u32)>)
StructUnit
StructNewType(u32)
Tuple Fields
0: u32StructTuple(Vec<u32>)
Variant(String, Vec<Variant<Portable>>, Option<u8>)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SpecificType
impl Send for SpecificType
impl Sync for SpecificType
impl Unpin for SpecificType
impl UnwindSafe for SpecificType
Blanket Implementations
Mutably borrows from an owned value. Read more
