pub enum LiteralKind {
String,
ByteString,
Char,
Byte,
Int,
Float,
Bool,
}Variantsยง
Trait Implementationsยง
Sourceยงimpl Clone for LiteralKind
impl Clone for LiteralKind
Sourceยงfn clone(&self) -> LiteralKind
fn clone(&self) -> LiteralKind
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 LiteralKind
impl Debug for LiteralKind
Sourceยงimpl<'de> Deserialize<'de> for LiteralKind
impl<'de> Deserialize<'de> for LiteralKind
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 LiteralKind
impl PartialEq for LiteralKind
Sourceยงimpl Serialize for LiteralKind
impl Serialize for LiteralKind
impl Eq for LiteralKind
impl StructuralPartialEq for LiteralKind
Auto Trait Implementationsยง
impl Freeze for LiteralKind
impl RefUnwindSafe for LiteralKind
impl Send for LiteralKind
impl Sync for LiteralKind
impl Unpin for LiteralKind
impl UnwindSafe for LiteralKind
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