Enum repr::adt::jsonb::Command [−][src]
enum Command<'de> {
Null,
Bool(bool),
Numeric(OrderedDecimal<Numeric>),
String(Cow<'de, str>),
Array(usize),
Map(usize),
}Variants
Null
Bool(bool)
Tuple Fields
0: boolNumeric(OrderedDecimal<Numeric>)
Tuple Fields
String(Cow<'de, str>)
Array(usize)
Tuple Fields
0: usizeMap(usize)
Tuple Fields
0: usizeTrait Implementations
Auto Trait Implementations
impl<'de> RefUnwindSafe for Command<'de>
impl<'de> UnwindSafe for Command<'de>
Blanket Implementations
Mutably borrows from an owned value. Read more
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