Enum simdjson_rust::ondemand::JsonType
source · pub enum JsonType {
Array,
Object,
Number,
String,
Boolean,
Null,
}Variants§
Trait Implementations§
source§impl PartialEq<JsonType> for JsonType
impl PartialEq<JsonType> for JsonType
impl StructuralPartialEq for JsonType
Auto Trait Implementations§
impl RefUnwindSafe for JsonType
impl Send for JsonType
impl Sync for JsonType
impl Unpin for JsonType
impl UnwindSafe for JsonType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more