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: TypeTuple(TupleOrArray)Tuple Fields of Tuple
0: TupleOrArrayStructNewType(Type)Tuple Fields of StructNewType
0: TypeTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SerdeType
impl UnwindSafe for SerdeType
Blanket Implementations
Mutably borrows from an owned value. Read more