Struct simd_json::value::generator::DumpGenerator [−][src]
pub struct DumpGenerator<VT> where
VT: Value, { /* fields omitted */ }
Expand description
Simple dump Generator
Implementations
Trait Implementations
returns teh writer
Writes a string with escape sequences Read more
writes a simple string (usually short and non escaped) This means we can skip the simd accelerated writing which is expensive on short strings. Read more
writes a simple string content (usually short and non escaped) This means we can skip the simd accelerated writing which is expensive on short strings. Read more
writes an integer value Read more
👎 Deprecated since 0.1.5:
Please use the write_int function instead
writes an integer 128 bit Read more
👎 Deprecated since 0.1.5:
Please use the write_int function instead
writes an unsigned integer Read more
Returns the “default value” for a type. Read more