Enum scale_serialization::SerdeType [−][src]
pub enum SerdeType {
}
Expand description
A convenient representation of the scale-info types to a format that matches serde model more closely
Variants
Sequence(Type)
Tuple Fields of Sequence
0: Type
Tuple(TupleOrArray)
Tuple Fields of Tuple
0: TupleOrArray
StructNewType(Type)
Tuple Fields of StructNewType
0: Type
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SerdeType
impl UnwindSafe for SerdeType
Blanket Implementations
Mutably borrows from an owned value. Read more