[−][src]Enum binjs::specialized::es6::ast::Literal
pub enum Literal { LiteralNumericExpression(Box<LiteralNumericExpression>), LiteralInfinityExpression(Box<LiteralInfinityExpression>), LiteralStringExpression(Box<LiteralStringExpression>), LiteralNullExpression(Box<LiteralNullExpression>), LiteralBooleanExpression(Box<LiteralBooleanExpression>), BinASTStolen, }
Implementation of interface sum Literal
Variants
LiteralNumericExpression(Box<LiteralNumericExpression>)
LiteralInfinityExpression(Box<LiteralInfinityExpression>)
LiteralStringExpression(Box<LiteralStringExpression>)
LiteralNullExpression(Box<LiteralNullExpression>)
LiteralBooleanExpression(Box<LiteralBooleanExpression>)
An additional value used to mark that the node was stolen by a call to steal()
.
Trait Implementations
impl Clone for Literal
[src][+]
impl Debug for Literal
[src][+]
impl Default for Literal
[src][+]
impl<R> Deserialization<Literal> for Deserializer<R> where
R: TokenReader,
[src][+]
R: TokenReader,
impl<'de> Deserialize<'de> for Literal
[src][+]
impl<'a> From<&'a mut Literal> for ViewMutLiteral<'a>
[src][+]
impl From<Literal> for Expression
[src][+]
fn from(value: Literal) -> Expression
[src][−]
impl From<LiteralBooleanExpression> for Literal
[src][+]
impl From<LiteralInfinityExpression> for Literal
[src][+]
impl From<LiteralNullExpression> for Literal
[src][+]
impl From<LiteralNumericExpression> for Literal
[src][+]
impl From<LiteralStringExpression> for Literal
[src][+]
impl PartialEq<Literal> for Literal
[src][+]
impl<W> Serialization<Literal> for Serializer<W> where
W: TokenWriter,
[src][+]
W: TokenWriter,
impl Serialize for Literal
[src][+]
impl StructuralPartialEq for Literal
[src]
impl<'a> Walker<'a> for Literal
[src][+]
Auto Trait Implementations
impl !RefUnwindSafe for Literal
impl !Send for Literal
impl !Sync for Literal
impl Unpin for Literal
impl UnwindSafe for Literal
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> DeserializeOwned for T where
T: Deserialize<'de>,
[src]
T: Deserialize<'de>,
impl<T> Downcast for T where
T: Any,
[src][+]
T: Any,
impl<T> DowncastSync for T where
T: Send + Sync + Any,
[src][+]
T: Send + Sync + Any,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,