struct StringScan {
in_string: bool,
escaped: bool,
}Expand description
Tracks whether the scan is inside a JSON string literal.
Fields§
§in_string: bool§escaped: boolImplementations§
Trait Implementations§
Source§impl Default for StringScan
impl Default for StringScan
Source§fn default() -> StringScan
fn default() -> StringScan
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StringScan
impl RefUnwindSafe for StringScan
impl Send for StringScan
impl Sync for StringScan
impl Unpin for StringScan
impl UnsafeUnpin for StringScan
impl UnwindSafe for StringScan
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