[−][src]Enum binjs::specialized::es6::ast::ExpressionOrVariableDeclaration
Implementation of interface sum ExpressionOrVariableDeclaration
Variants
LiteralStringExpression(Box<LiteralStringExpression>)
LiteralNumericExpression(Box<LiteralNumericExpression>)
CompoundAssignmentExpression(Box<CompoundAssignmentExpression>)
ConditionalExpression(Box<ConditionalExpression>)
NewTargetExpression(Box<NewTargetExpression>)
CallExpression(Box<CallExpression>)
AssignmentExpression(Box<AssignmentExpression>)
EagerFunctionExpression(Box<EagerFunctionExpression>)
UnaryExpression(Box<UnaryExpression>)
NewExpression(Box<NewExpression>)
LazyArrowExpressionWithFunctionBody(Box<LazyArrowExpressionWithFunctionBody>)
YieldExpression(Box<YieldExpression>)
BinaryExpression(Box<BinaryExpression>)
ObjectExpression(Box<ObjectExpression>)
LiteralRegExpExpression(Box<LiteralRegExpExpression>)
ClassExpression(Box<ClassExpression>)
TemplateExpression(Box<TemplateExpression>)
UpdateExpression(Box<UpdateExpression>)
StaticMemberExpression(Box<StaticMemberExpression>)
AwaitExpression(Box<AwaitExpression>)
LazyArrowExpressionWithExpression(Box<LazyArrowExpressionWithExpression>)
ComputedMemberExpression(Box<ComputedMemberExpression>)
YieldStarExpression(Box<YieldStarExpression>)
LazyFunctionExpression(Box<LazyFunctionExpression>)
LiteralInfinityExpression(Box<LiteralInfinityExpression>)
EagerArrowExpressionWithFunctionBody(Box<EagerArrowExpressionWithFunctionBody>)
LiteralBooleanExpression(Box<LiteralBooleanExpression>)
ArrayExpression(Box<ArrayExpression>)
BinASTExpressionWithProbabilityTable(Box<BinASTExpressionWithProbabilityTable>)
IdentifierExpression(Box<IdentifierExpression>)
VariableDeclaration(Box<VariableDeclaration>)
LiteralNullExpression(Box<LiteralNullExpression>)
EagerArrowExpressionWithExpression(Box<EagerArrowExpressionWithExpression>)
ThisExpression(Box<ThisExpression>)
An additional value used to mark that the node was stolen by a call to steal()
.
Trait Implementations
impl Clone for ExpressionOrVariableDeclaration
[src]
fn clone(&self) -> ExpressionOrVariableDeclaration
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for ExpressionOrVariableDeclaration
[src]
impl Default for ExpressionOrVariableDeclaration
[src]
impl<R> Deserialization<ExpressionOrVariableDeclaration> for Deserializer<R> where
R: TokenReader,
[src]
R: TokenReader,
fn deserialize(
&mut self,
path: &mut Path<InterfaceName, (usize, FieldName)>
) -> Result<ExpressionOrVariableDeclaration, TokenReaderError>
[src]
&mut self,
path: &mut Path<InterfaceName, (usize, FieldName)>
) -> Result<ExpressionOrVariableDeclaration, TokenReaderError>
impl<'de> Deserialize<'de> for ExpressionOrVariableDeclaration
[src]
fn deserialize<D>(
de: D
) -> Result<ExpressionOrVariableDeclaration, <D as Deserializer<'de>>::Error> where
D: Deserializer<'de>,
[src]
de: D
) -> Result<ExpressionOrVariableDeclaration, <D as Deserializer<'de>>::Error> where
D: Deserializer<'de>,
impl<'a> From<&'a mut ExpressionOrVariableDeclaration> for ViewMutExpressionOrVariableDeclaration<'a>
[src]
fn from(
value: &'a mut ExpressionOrVariableDeclaration
) -> ViewMutExpressionOrVariableDeclaration<'a>
[src]
value: &'a mut ExpressionOrVariableDeclaration
) -> ViewMutExpressionOrVariableDeclaration<'a>
impl From<ArrayExpression> for ExpressionOrVariableDeclaration
[src]
fn from(value: ArrayExpression) -> ExpressionOrVariableDeclaration
[src]
impl From<AssignmentExpression> for ExpressionOrVariableDeclaration
[src]
fn from(value: AssignmentExpression) -> ExpressionOrVariableDeclaration
[src]
impl From<AwaitExpression> for ExpressionOrVariableDeclaration
[src]
fn from(value: AwaitExpression) -> ExpressionOrVariableDeclaration
[src]
impl From<BinASTExpressionWithProbabilityTable> for ExpressionOrVariableDeclaration
[src]
impl From<BinaryExpression> for ExpressionOrVariableDeclaration
[src]
fn from(value: BinaryExpression) -> ExpressionOrVariableDeclaration
[src]
impl From<CallExpression> for ExpressionOrVariableDeclaration
[src]
fn from(value: CallExpression) -> ExpressionOrVariableDeclaration
[src]
impl From<ClassExpression> for ExpressionOrVariableDeclaration
[src]
fn from(value: ClassExpression) -> ExpressionOrVariableDeclaration
[src]
impl From<CompoundAssignmentExpression> for ExpressionOrVariableDeclaration
[src]
impl From<ComputedMemberExpression> for ExpressionOrVariableDeclaration
[src]
fn from(value: ComputedMemberExpression) -> ExpressionOrVariableDeclaration
[src]
impl From<ConditionalExpression> for ExpressionOrVariableDeclaration
[src]
fn from(value: ConditionalExpression) -> ExpressionOrVariableDeclaration
[src]
impl From<EagerArrowExpressionWithExpression> for ExpressionOrVariableDeclaration
[src]
impl From<EagerArrowExpressionWithFunctionBody> for ExpressionOrVariableDeclaration
[src]
impl From<EagerFunctionExpression> for ExpressionOrVariableDeclaration
[src]
fn from(value: EagerFunctionExpression) -> ExpressionOrVariableDeclaration
[src]
impl From<Expression> for ExpressionOrVariableDeclaration
[src]
Convert an instance of an enum into an instance of a larger enum.
fn from(value: Expression) -> ExpressionOrVariableDeclaration
[src]
impl From<IdentifierExpression> for ExpressionOrVariableDeclaration
[src]
fn from(value: IdentifierExpression) -> ExpressionOrVariableDeclaration
[src]
impl From<LazyArrowExpressionWithExpression> for ExpressionOrVariableDeclaration
[src]
impl From<LazyArrowExpressionWithFunctionBody> for ExpressionOrVariableDeclaration
[src]
impl From<LazyFunctionExpression> for ExpressionOrVariableDeclaration
[src]
fn from(value: LazyFunctionExpression) -> ExpressionOrVariableDeclaration
[src]
impl From<LiteralBooleanExpression> for ExpressionOrVariableDeclaration
[src]
fn from(value: LiteralBooleanExpression) -> ExpressionOrVariableDeclaration
[src]
impl From<LiteralInfinityExpression> for ExpressionOrVariableDeclaration
[src]
impl From<LiteralNullExpression> for ExpressionOrVariableDeclaration
[src]
fn from(value: LiteralNullExpression) -> ExpressionOrVariableDeclaration
[src]
impl From<LiteralNumericExpression> for ExpressionOrVariableDeclaration
[src]
fn from(value: LiteralNumericExpression) -> ExpressionOrVariableDeclaration
[src]
impl From<LiteralRegExpExpression> for ExpressionOrVariableDeclaration
[src]
fn from(value: LiteralRegExpExpression) -> ExpressionOrVariableDeclaration
[src]
impl From<LiteralStringExpression> for ExpressionOrVariableDeclaration
[src]
fn from(value: LiteralStringExpression) -> ExpressionOrVariableDeclaration
[src]
impl From<NewExpression> for ExpressionOrVariableDeclaration
[src]
fn from(value: NewExpression) -> ExpressionOrVariableDeclaration
[src]
impl From<NewTargetExpression> for ExpressionOrVariableDeclaration
[src]
fn from(value: NewTargetExpression) -> ExpressionOrVariableDeclaration
[src]
impl From<ObjectExpression> for ExpressionOrVariableDeclaration
[src]
fn from(value: ObjectExpression) -> ExpressionOrVariableDeclaration
[src]
impl From<StaticMemberExpression> for ExpressionOrVariableDeclaration
[src]
fn from(value: StaticMemberExpression) -> ExpressionOrVariableDeclaration
[src]
impl From<TemplateExpression> for ExpressionOrVariableDeclaration
[src]
fn from(value: TemplateExpression) -> ExpressionOrVariableDeclaration
[src]
impl From<ThisExpression> for ExpressionOrVariableDeclaration
[src]
fn from(value: ThisExpression) -> ExpressionOrVariableDeclaration
[src]
impl From<UnaryExpression> for ExpressionOrVariableDeclaration
[src]
fn from(value: UnaryExpression) -> ExpressionOrVariableDeclaration
[src]
impl From<UpdateExpression> for ExpressionOrVariableDeclaration
[src]
fn from(value: UpdateExpression) -> ExpressionOrVariableDeclaration
[src]
impl From<VariableDeclaration> for ExpressionOrVariableDeclaration
[src]
fn from(value: VariableDeclaration) -> ExpressionOrVariableDeclaration
[src]
impl From<YieldExpression> for ExpressionOrVariableDeclaration
[src]
fn from(value: YieldExpression) -> ExpressionOrVariableDeclaration
[src]
impl From<YieldStarExpression> for ExpressionOrVariableDeclaration
[src]
fn from(value: YieldStarExpression) -> ExpressionOrVariableDeclaration
[src]
impl PartialEq<ExpressionOrVariableDeclaration> for ExpressionOrVariableDeclaration
[src]
fn eq(&self, other: &ExpressionOrVariableDeclaration) -> bool
[src]
fn ne(&self, other: &ExpressionOrVariableDeclaration) -> bool
[src]
impl<W> Serialization<ExpressionOrVariableDeclaration> for Serializer<W> where
W: TokenWriter,
[src]
W: TokenWriter,
fn serialize(
&mut self,
value: &ExpressionOrVariableDeclaration,
path: &mut Path<InterfaceName, (usize, FieldName)>
) -> Result<(), TokenWriterError>
[src]
&mut self,
value: &ExpressionOrVariableDeclaration,
path: &mut Path<InterfaceName, (usize, FieldName)>
) -> Result<(), TokenWriterError>
impl Serialize for ExpressionOrVariableDeclaration
[src]
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
[src]
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
impl StructuralPartialEq for ExpressionOrVariableDeclaration
[src]
impl<'a> Walker<'a> for ExpressionOrVariableDeclaration
[src]
Auto Trait Implementations
impl !RefUnwindSafe for ExpressionOrVariableDeclaration
impl !Send for ExpressionOrVariableDeclaration
impl !Sync for ExpressionOrVariableDeclaration
impl Unpin for ExpressionOrVariableDeclaration
impl UnwindSafe for ExpressionOrVariableDeclaration
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,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>,
[src]
T: Deserialize<'de>,
impl<T> Downcast for T where
T: Any,
[src]
T: Any,
fn into_any(self: Box<T>) -> Box<dyn Any + 'static>
[src]
fn into_any_rc(self: Rc<T>) -> Rc<dyn Any + 'static>
[src]
fn as_any(&self) -> &(dyn Any + 'static)
[src]
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
[src]
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,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src]
V: MultiLane<T>,