pub enum LiteralsAndKeywords {
}Variants§
Type
NullType
Int
Uint
Float
Bool
String
Bytes
Timestamp
Duration
NullLit
IntegerLit(i64)
UnsignedLit(u64)
FloatingLit(f64)
FStringList(Vec<FStringSegment>)
StringLit(String)
ByteStringLit(Vec<u8>)
BooleanLit(bool)
Trait Implementations§
Source§impl Clone for LiteralsAndKeywords
impl Clone for LiteralsAndKeywords
Source§fn clone(&self) -> LiteralsAndKeywords
fn clone(&self) -> LiteralsAndKeywords
Returns a duplicate 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 LiteralsAndKeywords
impl Debug for LiteralsAndKeywords
Source§impl<'de> Deserialize<'de> for LiteralsAndKeywords
impl<'de> Deserialize<'de> for LiteralsAndKeywords
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for LiteralsAndKeywords
impl PartialEq for LiteralsAndKeywords
Source§impl Serialize for LiteralsAndKeywords
impl Serialize for LiteralsAndKeywords
impl StructuralPartialEq for LiteralsAndKeywords
Auto Trait Implementations§
impl Freeze for LiteralsAndKeywords
impl RefUnwindSafe for LiteralsAndKeywords
impl Send for LiteralsAndKeywords
impl Sync for LiteralsAndKeywords
impl Unpin for LiteralsAndKeywords
impl UnwindSafe for LiteralsAndKeywords
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