Enum spanner_rs::Value [−][src]
pub enum Value {
Null(Type),
Bool(bool),
Int64(i64),
Float64(f64),
String(String),
Bytes(Bytes),
Json(String),
Numeric(BigDecimal),
Array(Type, Vec<Value>),
Struct(Struct),
}Variants
Null(Type)Tuple Fields of Null
0: TypeBool(bool)Tuple Fields of Bool
0: boolInt64(i64)Tuple Fields of Int64
0: i64Float64(f64)Tuple Fields of Float64
0: f64String(String)Tuple Fields of String
0: StringJson(String)Tuple Fields of Json
0: StringNumeric(BigDecimal)Tuple Fields of Numeric
0: BigDecimalStruct(Struct)Tuple Fields of Struct
0: StructImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Value
impl UnwindSafe for Value
Blanket Implementations
Mutably borrows from an owned value. Read more
Wrap the input message T in a tonic::Request
pub fn vzip(self) -> V
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