Enum pbjson_types::value::Kind
source ·
[−]pub enum Kind {
NullValue(i32),
NumberValue(f64),
StringValue(String),
BoolValue(bool),
StructValue(Struct),
ListValue(ListValue),
}
Variants
NullValue(i32)
Tuple Fields
0: i32
NumberValue(f64)
Tuple Fields
0: f64
StringValue(String)
Tuple Fields
0: String
BoolValue(bool)
Tuple Fields
0: bool
StructValue(Struct)
Tuple Fields
0: Struct
ListValue(ListValue)
Tuple Fields
0: ListValue
Implementations
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Creates a value from an iterator. Read more
Auto Trait Implementations
impl RefUnwindSafe for Kind
impl UnwindSafe for Kind
Blanket Implementations
Mutably borrows from an owned value. Read more