Enum tiny_json_rs::lexer::StringType
source · pub enum StringType {
SimpleString,
ComplexString,
}
Variants§
Trait Implementations§
source§impl Clone for StringType
impl Clone for StringType
source§fn clone(&self) -> StringType
fn clone(&self) -> StringType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for StringType
impl Debug for StringType
source§impl PartialEq for StringType
impl PartialEq for StringType
source§fn eq(&self, other: &StringType) -> bool
fn eq(&self, other: &StringType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for StringType
Auto Trait Implementations§
impl RefUnwindSafe for StringType
impl Send for StringType
impl Sync for StringType
impl Unpin for StringType
impl UnwindSafe for StringType
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