[−][src]Enum binjs::specialized::es6::ast::ExpressionOrSuper
Implementation of interface sum ExpressionOrSuper
Variants
LazyFunctionExpression(Box<LazyFunctionExpression>)
NewExpression(Box<NewExpression>)
ComputedMemberExpression(Box<ComputedMemberExpression>)
BinASTExpressionWithProbabilityTable(Box<BinASTExpressionWithProbabilityTable>)
LiteralNumericExpression(Box<LiteralNumericExpression>)
LiteralStringExpression(Box<LiteralStringExpression>)
ClassExpression(Box<ClassExpression>)
AssignmentExpression(Box<AssignmentExpression>)
CompoundAssignmentExpression(Box<CompoundAssignmentExpression>)
UnaryExpression(Box<UnaryExpression>)
LiteralNullExpression(Box<LiteralNullExpression>)
NewTargetExpression(Box<NewTargetExpression>)
ThisExpression(Box<ThisExpression>)
LiteralBooleanExpression(Box<LiteralBooleanExpression>)
EagerFunctionExpression(Box<EagerFunctionExpression>)
YieldExpression(Box<YieldExpression>)
TemplateExpression(Box<TemplateExpression>)
LazyArrowExpressionWithExpression(Box<LazyArrowExpressionWithExpression>)
LiteralInfinityExpression(Box<LiteralInfinityExpression>)
StaticMemberExpression(Box<StaticMemberExpression>)
AwaitExpression(Box<AwaitExpression>)
IdentifierExpression(Box<IdentifierExpression>)
LazyArrowExpressionWithFunctionBody(Box<LazyArrowExpressionWithFunctionBody>)
ConditionalExpression(Box<ConditionalExpression>)
CallExpression(Box<CallExpression>)
EagerArrowExpressionWithFunctionBody(Box<EagerArrowExpressionWithFunctionBody>)
YieldStarExpression(Box<YieldStarExpression>)
UpdateExpression(Box<UpdateExpression>)
ObjectExpression(Box<ObjectExpression>)
ArrayExpression(Box<ArrayExpression>)
EagerArrowExpressionWithExpression(Box<EagerArrowExpressionWithExpression>)
BinaryExpression(Box<BinaryExpression>)
LiteralRegExpExpression(Box<LiteralRegExpExpression>)
An additional value used to mark that the node was stolen by a call to steal()
.
Trait Implementations
impl Clone for ExpressionOrSuper
[src]
fn clone(&self) -> ExpressionOrSuper
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for ExpressionOrSuper
[src]
impl Default for ExpressionOrSuper
[src]
fn default() -> ExpressionOrSuper
[src]
impl<R> Deserialization<ExpressionOrSuper> for Deserializer<R> where
R: TokenReader,
[src]
R: TokenReader,
fn deserialize(
&mut self,
path: &mut Path<InterfaceName, (usize, FieldName)>
) -> Result<ExpressionOrSuper, TokenReaderError>
[src]
&mut self,
path: &mut Path<InterfaceName, (usize, FieldName)>
) -> Result<ExpressionOrSuper, TokenReaderError>
impl<'de> Deserialize<'de> for ExpressionOrSuper
[src]
fn deserialize<D>(
de: D
) -> Result<ExpressionOrSuper, <D as Deserializer<'de>>::Error> where
D: Deserializer<'de>,
[src]
de: D
) -> Result<ExpressionOrSuper, <D as Deserializer<'de>>::Error> where
D: Deserializer<'de>,
impl<'a> From<&'a mut ExpressionOrSuper> for ViewMutExpressionOrSuper<'a>
[src]
fn from(value: &'a mut ExpressionOrSuper) -> ViewMutExpressionOrSuper<'a>
[src]
impl From<ArrayExpression> for ExpressionOrSuper
[src]
fn from(value: ArrayExpression) -> ExpressionOrSuper
[src]
impl From<AssignmentExpression> for ExpressionOrSuper
[src]
fn from(value: AssignmentExpression) -> ExpressionOrSuper
[src]
impl From<AwaitExpression> for ExpressionOrSuper
[src]
fn from(value: AwaitExpression) -> ExpressionOrSuper
[src]
impl From<BinASTExpressionWithProbabilityTable> for ExpressionOrSuper
[src]
fn from(value: BinASTExpressionWithProbabilityTable) -> ExpressionOrSuper
[src]
impl From<BinaryExpression> for ExpressionOrSuper
[src]
fn from(value: BinaryExpression) -> ExpressionOrSuper
[src]
impl From<CallExpression> for ExpressionOrSuper
[src]
fn from(value: CallExpression) -> ExpressionOrSuper
[src]
impl From<ClassExpression> for ExpressionOrSuper
[src]
fn from(value: ClassExpression) -> ExpressionOrSuper
[src]
impl From<CompoundAssignmentExpression> for ExpressionOrSuper
[src]
fn from(value: CompoundAssignmentExpression) -> ExpressionOrSuper
[src]
impl From<ComputedMemberExpression> for ExpressionOrSuper
[src]
fn from(value: ComputedMemberExpression) -> ExpressionOrSuper
[src]
impl From<ConditionalExpression> for ExpressionOrSuper
[src]
fn from(value: ConditionalExpression) -> ExpressionOrSuper
[src]
impl From<EagerArrowExpressionWithExpression> for ExpressionOrSuper
[src]
fn from(value: EagerArrowExpressionWithExpression) -> ExpressionOrSuper
[src]
impl From<EagerArrowExpressionWithFunctionBody> for ExpressionOrSuper
[src]
fn from(value: EagerArrowExpressionWithFunctionBody) -> ExpressionOrSuper
[src]
impl From<EagerFunctionExpression> for ExpressionOrSuper
[src]
fn from(value: EagerFunctionExpression) -> ExpressionOrSuper
[src]
impl From<Expression> for ExpressionOrSuper
[src]
Convert an instance of an enum into an instance of a larger enum.
fn from(value: Expression) -> ExpressionOrSuper
[src]
impl From<IdentifierExpression> for ExpressionOrSuper
[src]
fn from(value: IdentifierExpression) -> ExpressionOrSuper
[src]
impl From<LazyArrowExpressionWithExpression> for ExpressionOrSuper
[src]
fn from(value: LazyArrowExpressionWithExpression) -> ExpressionOrSuper
[src]
impl From<LazyArrowExpressionWithFunctionBody> for ExpressionOrSuper
[src]
fn from(value: LazyArrowExpressionWithFunctionBody) -> ExpressionOrSuper
[src]
impl From<LazyFunctionExpression> for ExpressionOrSuper
[src]
fn from(value: LazyFunctionExpression) -> ExpressionOrSuper
[src]
impl From<LiteralBooleanExpression> for ExpressionOrSuper
[src]
fn from(value: LiteralBooleanExpression) -> ExpressionOrSuper
[src]
impl From<LiteralInfinityExpression> for ExpressionOrSuper
[src]
fn from(value: LiteralInfinityExpression) -> ExpressionOrSuper
[src]
impl From<LiteralNullExpression> for ExpressionOrSuper
[src]
fn from(value: LiteralNullExpression) -> ExpressionOrSuper
[src]
impl From<LiteralNumericExpression> for ExpressionOrSuper
[src]
fn from(value: LiteralNumericExpression) -> ExpressionOrSuper
[src]
impl From<LiteralRegExpExpression> for ExpressionOrSuper
[src]
fn from(value: LiteralRegExpExpression) -> ExpressionOrSuper
[src]
impl From<LiteralStringExpression> for ExpressionOrSuper
[src]
fn from(value: LiteralStringExpression) -> ExpressionOrSuper
[src]
impl From<NewExpression> for ExpressionOrSuper
[src]
fn from(value: NewExpression) -> ExpressionOrSuper
[src]
impl From<NewTargetExpression> for ExpressionOrSuper
[src]
fn from(value: NewTargetExpression) -> ExpressionOrSuper
[src]
impl From<ObjectExpression> for ExpressionOrSuper
[src]
fn from(value: ObjectExpression) -> ExpressionOrSuper
[src]
impl From<StaticMemberExpression> for ExpressionOrSuper
[src]
fn from(value: StaticMemberExpression) -> ExpressionOrSuper
[src]
impl From<Super> for ExpressionOrSuper
[src]
fn from(value: Super) -> ExpressionOrSuper
[src]
impl From<TemplateExpression> for ExpressionOrSuper
[src]
fn from(value: TemplateExpression) -> ExpressionOrSuper
[src]
impl From<ThisExpression> for ExpressionOrSuper
[src]
fn from(value: ThisExpression) -> ExpressionOrSuper
[src]
impl From<UnaryExpression> for ExpressionOrSuper
[src]
fn from(value: UnaryExpression) -> ExpressionOrSuper
[src]
impl From<UpdateExpression> for ExpressionOrSuper
[src]
fn from(value: UpdateExpression) -> ExpressionOrSuper
[src]
impl From<YieldExpression> for ExpressionOrSuper
[src]
fn from(value: YieldExpression) -> ExpressionOrSuper
[src]
impl From<YieldStarExpression> for ExpressionOrSuper
[src]
fn from(value: YieldStarExpression) -> ExpressionOrSuper
[src]
impl PartialEq<ExpressionOrSuper> for ExpressionOrSuper
[src]
fn eq(&self, other: &ExpressionOrSuper) -> bool
[src]
fn ne(&self, other: &ExpressionOrSuper) -> bool
[src]
impl<W> Serialization<ExpressionOrSuper> for Serializer<W> where
W: TokenWriter,
[src]
W: TokenWriter,
fn serialize(
&mut self,
value: &ExpressionOrSuper,
path: &mut Path<InterfaceName, (usize, FieldName)>
) -> Result<(), TokenWriterError>
[src]
&mut self,
value: &ExpressionOrSuper,
path: &mut Path<InterfaceName, (usize, FieldName)>
) -> Result<(), TokenWriterError>
impl Serialize for ExpressionOrSuper
[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 ExpressionOrSuper
[src]
impl<'a> Walker<'a> for ExpressionOrSuper
[src]
Auto Trait Implementations
impl !RefUnwindSafe for ExpressionOrSuper
impl !Send for ExpressionOrSuper
impl !Sync for ExpressionOrSuper
impl Unpin for ExpressionOrSuper
impl UnwindSafe for ExpressionOrSuper
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>,