pub enum AstParentKind {
Show 236 variants
Accessibility(AccessibilityField),
ArrayLit(ArrayLitField),
ArrayPat(ArrayPatField),
ArrowExpr(ArrowExprField),
AssignExpr(AssignExprField),
AssignOp(AssignOpField),
AssignPat(AssignPatField),
AssignPatProp(AssignPatPropField),
AssignProp(AssignPropField),
AssignTarget(AssignTargetField),
AssignTargetPat(AssignTargetPatField),
AutoAccessor(AutoAccessorField),
AwaitExpr(AwaitExprField),
BigInt(BigIntField),
BinExpr(BinExprField),
BinaryOp(BinaryOpField),
BindingIdent(BindingIdentField),
BlockStmt(BlockStmtField),
BlockStmtOrExpr(BlockStmtOrExprField),
Bool(BoolField),
BreakStmt(BreakStmtField),
CallExpr(CallExprField),
Callee(CalleeField),
CatchClause(CatchClauseField),
Class(ClassField),
ClassDecl(ClassDeclField),
ClassExpr(ClassExprField),
ClassMember(ClassMemberField),
ClassMethod(ClassMethodField),
ClassProp(ClassPropField),
ComputedPropName(ComputedPropNameField),
CondExpr(CondExprField),
Constructor(ConstructorField),
ContinueStmt(ContinueStmtField),
DebuggerStmt(DebuggerStmtField),
Decl(DeclField),
Decorator(DecoratorField),
DefaultDecl(DefaultDeclField),
DoWhileStmt(DoWhileStmtField),
EmptyStmt(EmptyStmtField),
ExportAll(ExportAllField),
ExportDecl(ExportDeclField),
ExportDefaultDecl(ExportDefaultDeclField),
ExportDefaultExpr(ExportDefaultExprField),
ExportDefaultSpecifier(ExportDefaultSpecifierField),
ExportNamedSpecifier(ExportNamedSpecifierField),
ExportNamespaceSpecifier(ExportNamespaceSpecifierField),
ExportSpecifier(ExportSpecifierField),
Expr(ExprField),
ExprOrSpread(ExprOrSpreadField),
ExprStmt(ExprStmtField),
FnDecl(FnDeclField),
FnExpr(FnExprField),
ForHead(ForHeadField),
ForInStmt(ForInStmtField),
ForOfStmt(ForOfStmtField),
ForStmt(ForStmtField),
Function(FunctionField),
GetterProp(GetterPropField),
Ident(IdentField),
IdentName(IdentNameField),
IfStmt(IfStmtField),
Import(ImportField),
ImportDecl(ImportDeclField),
ImportDefaultSpecifier(ImportDefaultSpecifierField),
ImportNamedSpecifier(ImportNamedSpecifierField),
ImportPhase(ImportPhaseField),
ImportSpecifier(ImportSpecifierField),
ImportStarAsSpecifier(ImportStarAsSpecifierField),
ImportWith(ImportWithField),
ImportWithItem(ImportWithItemField),
Invalid(InvalidField),
JSXAttr(JSXAttrField),
JSXAttrName(JSXAttrNameField),
JSXAttrOrSpread(JSXAttrOrSpreadField),
JSXAttrValue(JSXAttrValueField),
JSXClosingElement(JSXClosingElementField),
JSXClosingFragment(JSXClosingFragmentField),
JSXElement(JSXElementField),
JSXElementChild(JSXElementChildField),
JSXElementName(JSXElementNameField),
JSXEmptyExpr(JSXEmptyExprField),
JSXExpr(JSXExprField),
JSXExprContainer(JSXExprContainerField),
JSXFragment(JSXFragmentField),
JSXMemberExpr(JSXMemberExprField),
JSXNamespacedName(JSXNamespacedNameField),
JSXObject(JSXObjectField),
JSXOpeningElement(JSXOpeningElementField),
JSXOpeningFragment(JSXOpeningFragmentField),
JSXSpreadChild(JSXSpreadChildField),
JSXText(JSXTextField),
Key(KeyField),
KeyValuePatProp(KeyValuePatPropField),
KeyValueProp(KeyValuePropField),
LabeledStmt(LabeledStmtField),
Lit(LitField),
MemberExpr(MemberExprField),
MemberProp(MemberPropField),
MetaPropExpr(MetaPropExprField),
MetaPropKind(MetaPropKindField),
MethodKind(MethodKindField),
MethodProp(MethodPropField),
Module(ModuleField),
ModuleDecl(ModuleDeclField),
ModuleExportName(ModuleExportNameField),
ModuleItem(ModuleItemField),
NamedExport(NamedExportField),
NewExpr(NewExprField),
Null(NullField),
Number(NumberField),
ObjectLit(ObjectLitField),
ObjectPat(ObjectPatField),
ObjectPatProp(ObjectPatPropField),
OptCall(OptCallField),
OptChainBase(OptChainBaseField),
OptChainExpr(OptChainExprField),
Param(ParamField),
ParamOrTsParamProp(ParamOrTsParamPropField),
ParenExpr(ParenExprField),
Pat(PatField),
PrivateMethod(PrivateMethodField),
PrivateName(PrivateNameField),
PrivateProp(PrivatePropField),
Program(ProgramField),
Prop(PropField),
PropName(PropNameField),
PropOrSpread(PropOrSpreadField),
Regex(RegexField),
RestPat(RestPatField),
ReturnStmt(ReturnStmtField),
Script(ScriptField),
SeqExpr(SeqExprField),
SetterProp(SetterPropField),
SimpleAssignTarget(SimpleAssignTargetField),
SpreadElement(SpreadElementField),
StaticBlock(StaticBlockField),
Stmt(StmtField),
Str(StrField),
Super(SuperField),
SuperProp(SuperPropField),
SuperPropExpr(SuperPropExprField),
SwitchCase(SwitchCaseField),
SwitchStmt(SwitchStmtField),
TaggedTpl(TaggedTplField),
ThisExpr(ThisExprField),
ThrowStmt(ThrowStmtField),
Tpl(TplField),
TplElement(TplElementField),
TruePlusMinus(TruePlusMinusField),
TryStmt(TryStmtField),
TsArrayType(TsArrayTypeField),
TsAsExpr(TsAsExprField),
TsCallSignatureDecl(TsCallSignatureDeclField),
TsConditionalType(TsConditionalTypeField),
TsConstAssertion(TsConstAssertionField),
TsConstructSignatureDecl(TsConstructSignatureDeclField),
TsConstructorType(TsConstructorTypeField),
TsEntityName(TsEntityNameField),
TsEnumDecl(TsEnumDeclField),
TsEnumMember(TsEnumMemberField),
TsEnumMemberId(TsEnumMemberIdField),
TsExportAssignment(TsExportAssignmentField),
TsExprWithTypeArgs(TsExprWithTypeArgsField),
TsExternalModuleRef(TsExternalModuleRefField),
TsFnOrConstructorType(TsFnOrConstructorTypeField),
TsFnParam(TsFnParamField),
TsFnType(TsFnTypeField),
TsGetterSignature(TsGetterSignatureField),
TsImportCallOptions(TsImportCallOptionsField),
TsImportEqualsDecl(TsImportEqualsDeclField),
TsImportType(TsImportTypeField),
TsIndexSignature(TsIndexSignatureField),
TsIndexedAccessType(TsIndexedAccessTypeField),
TsInferType(TsInferTypeField),
TsInstantiation(TsInstantiationField),
TsInterfaceBody(TsInterfaceBodyField),
TsInterfaceDecl(TsInterfaceDeclField),
TsIntersectionType(TsIntersectionTypeField),
TsKeywordType(TsKeywordTypeField),
TsKeywordTypeKind(TsKeywordTypeKindField),
TsLit(TsLitField),
TsLitType(TsLitTypeField),
TsMappedType(TsMappedTypeField),
TsMethodSignature(TsMethodSignatureField),
TsModuleBlock(TsModuleBlockField),
TsModuleDecl(TsModuleDeclField),
TsModuleName(TsModuleNameField),
TsModuleRef(TsModuleRefField),
TsNamespaceBody(TsNamespaceBodyField),
TsNamespaceDecl(TsNamespaceDeclField),
TsNamespaceExportDecl(TsNamespaceExportDeclField),
TsNonNullExpr(TsNonNullExprField),
TsOptionalType(TsOptionalTypeField),
TsParamProp(TsParamPropField),
TsParamPropParam(TsParamPropParamField),
TsParenthesizedType(TsParenthesizedTypeField),
TsPropertySignature(TsPropertySignatureField),
TsQualifiedName(TsQualifiedNameField),
TsRestType(TsRestTypeField),
TsSatisfiesExpr(TsSatisfiesExprField),
TsSetterSignature(TsSetterSignatureField),
TsThisType(TsThisTypeField),
TsThisTypeOrIdent(TsThisTypeOrIdentField),
TsTplLitType(TsTplLitTypeField),
TsTupleElement(TsTupleElementField),
TsTupleType(TsTupleTypeField),
TsType(TsTypeField),
TsTypeAliasDecl(TsTypeAliasDeclField),
TsTypeAnn(TsTypeAnnField),
TsTypeAssertion(TsTypeAssertionField),
TsTypeElement(TsTypeElementField),
TsTypeLit(TsTypeLitField),
TsTypeOperator(TsTypeOperatorField),
TsTypeOperatorOp(TsTypeOperatorOpField),
TsTypeParam(TsTypeParamField),
TsTypeParamDecl(TsTypeParamDeclField),
TsTypeParamInstantiation(TsTypeParamInstantiationField),
TsTypePredicate(TsTypePredicateField),
TsTypeQuery(TsTypeQueryField),
TsTypeQueryExpr(TsTypeQueryExprField),
TsTypeRef(TsTypeRefField),
TsUnionOrIntersectionType(TsUnionOrIntersectionTypeField),
TsUnionType(TsUnionTypeField),
UnaryExpr(UnaryExprField),
UnaryOp(UnaryOpField),
UpdateExpr(UpdateExprField),
UpdateOp(UpdateOpField),
UsingDecl(UsingDeclField),
VarDecl(VarDeclField),
VarDeclKind(VarDeclKindField),
VarDeclOrExpr(VarDeclOrExprField),
VarDeclarator(VarDeclaratorField),
WhileStmt(WhileStmtField),
WithStmt(WithStmtField),
YieldExpr(YieldExprField),
}Variants§
Accessibility(AccessibilityField)
ArrayLit(ArrayLitField)
ArrayPat(ArrayPatField)
ArrowExpr(ArrowExprField)
AssignExpr(AssignExprField)
AssignOp(AssignOpField)
AssignPat(AssignPatField)
AssignPatProp(AssignPatPropField)
AssignProp(AssignPropField)
AssignTarget(AssignTargetField)
AssignTargetPat(AssignTargetPatField)
AutoAccessor(AutoAccessorField)
AwaitExpr(AwaitExprField)
BigInt(BigIntField)
BinExpr(BinExprField)
BinaryOp(BinaryOpField)
BindingIdent(BindingIdentField)
BlockStmt(BlockStmtField)
BlockStmtOrExpr(BlockStmtOrExprField)
Bool(BoolField)
BreakStmt(BreakStmtField)
CallExpr(CallExprField)
Callee(CalleeField)
CatchClause(CatchClauseField)
Class(ClassField)
ClassDecl(ClassDeclField)
ClassExpr(ClassExprField)
ClassMember(ClassMemberField)
ClassMethod(ClassMethodField)
ClassProp(ClassPropField)
ComputedPropName(ComputedPropNameField)
CondExpr(CondExprField)
Constructor(ConstructorField)
ContinueStmt(ContinueStmtField)
DebuggerStmt(DebuggerStmtField)
Decl(DeclField)
Decorator(DecoratorField)
DefaultDecl(DefaultDeclField)
DoWhileStmt(DoWhileStmtField)
EmptyStmt(EmptyStmtField)
ExportAll(ExportAllField)
ExportDecl(ExportDeclField)
ExportDefaultDecl(ExportDefaultDeclField)
ExportDefaultExpr(ExportDefaultExprField)
ExportDefaultSpecifier(ExportDefaultSpecifierField)
ExportNamedSpecifier(ExportNamedSpecifierField)
ExportNamespaceSpecifier(ExportNamespaceSpecifierField)
ExportSpecifier(ExportSpecifierField)
Expr(ExprField)
ExprOrSpread(ExprOrSpreadField)
ExprStmt(ExprStmtField)
FnDecl(FnDeclField)
FnExpr(FnExprField)
ForHead(ForHeadField)
ForInStmt(ForInStmtField)
ForOfStmt(ForOfStmtField)
ForStmt(ForStmtField)
Function(FunctionField)
GetterProp(GetterPropField)
Ident(IdentField)
IdentName(IdentNameField)
IfStmt(IfStmtField)
Import(ImportField)
ImportDecl(ImportDeclField)
ImportDefaultSpecifier(ImportDefaultSpecifierField)
ImportNamedSpecifier(ImportNamedSpecifierField)
ImportPhase(ImportPhaseField)
ImportSpecifier(ImportSpecifierField)
ImportStarAsSpecifier(ImportStarAsSpecifierField)
ImportWith(ImportWithField)
ImportWithItem(ImportWithItemField)
Invalid(InvalidField)
JSXAttr(JSXAttrField)
JSXAttrName(JSXAttrNameField)
JSXAttrOrSpread(JSXAttrOrSpreadField)
JSXAttrValue(JSXAttrValueField)
JSXClosingElement(JSXClosingElementField)
JSXClosingFragment(JSXClosingFragmentField)
JSXElement(JSXElementField)
JSXElementChild(JSXElementChildField)
JSXElementName(JSXElementNameField)
JSXEmptyExpr(JSXEmptyExprField)
JSXExpr(JSXExprField)
JSXExprContainer(JSXExprContainerField)
JSXFragment(JSXFragmentField)
JSXMemberExpr(JSXMemberExprField)
JSXNamespacedName(JSXNamespacedNameField)
JSXObject(JSXObjectField)
JSXOpeningElement(JSXOpeningElementField)
JSXOpeningFragment(JSXOpeningFragmentField)
JSXSpreadChild(JSXSpreadChildField)
JSXText(JSXTextField)
Key(KeyField)
KeyValuePatProp(KeyValuePatPropField)
KeyValueProp(KeyValuePropField)
LabeledStmt(LabeledStmtField)
Lit(LitField)
MemberExpr(MemberExprField)
MemberProp(MemberPropField)
MetaPropExpr(MetaPropExprField)
MetaPropKind(MetaPropKindField)
MethodKind(MethodKindField)
MethodProp(MethodPropField)
Module(ModuleField)
ModuleDecl(ModuleDeclField)
ModuleExportName(ModuleExportNameField)
ModuleItem(ModuleItemField)
NamedExport(NamedExportField)
NewExpr(NewExprField)
Null(NullField)
Number(NumberField)
ObjectLit(ObjectLitField)
ObjectPat(ObjectPatField)
ObjectPatProp(ObjectPatPropField)
OptCall(OptCallField)
OptChainBase(OptChainBaseField)
OptChainExpr(OptChainExprField)
Param(ParamField)
ParamOrTsParamProp(ParamOrTsParamPropField)
ParenExpr(ParenExprField)
Pat(PatField)
PrivateMethod(PrivateMethodField)
PrivateName(PrivateNameField)
PrivateProp(PrivatePropField)
Program(ProgramField)
Prop(PropField)
PropName(PropNameField)
PropOrSpread(PropOrSpreadField)
Regex(RegexField)
RestPat(RestPatField)
ReturnStmt(ReturnStmtField)
Script(ScriptField)
SeqExpr(SeqExprField)
SetterProp(SetterPropField)
SimpleAssignTarget(SimpleAssignTargetField)
SpreadElement(SpreadElementField)
StaticBlock(StaticBlockField)
Stmt(StmtField)
Str(StrField)
Super(SuperField)
SuperProp(SuperPropField)
SuperPropExpr(SuperPropExprField)
SwitchCase(SwitchCaseField)
SwitchStmt(SwitchStmtField)
TaggedTpl(TaggedTplField)
ThisExpr(ThisExprField)
ThrowStmt(ThrowStmtField)
Tpl(TplField)
TplElement(TplElementField)
TruePlusMinus(TruePlusMinusField)
TryStmt(TryStmtField)
TsArrayType(TsArrayTypeField)
TsAsExpr(TsAsExprField)
TsCallSignatureDecl(TsCallSignatureDeclField)
TsConditionalType(TsConditionalTypeField)
TsConstAssertion(TsConstAssertionField)
TsConstructSignatureDecl(TsConstructSignatureDeclField)
TsConstructorType(TsConstructorTypeField)
TsEntityName(TsEntityNameField)
TsEnumDecl(TsEnumDeclField)
TsEnumMember(TsEnumMemberField)
TsEnumMemberId(TsEnumMemberIdField)
TsExportAssignment(TsExportAssignmentField)
TsExprWithTypeArgs(TsExprWithTypeArgsField)
TsExternalModuleRef(TsExternalModuleRefField)
TsFnOrConstructorType(TsFnOrConstructorTypeField)
TsFnParam(TsFnParamField)
TsFnType(TsFnTypeField)
TsGetterSignature(TsGetterSignatureField)
TsImportCallOptions(TsImportCallOptionsField)
TsImportEqualsDecl(TsImportEqualsDeclField)
TsImportType(TsImportTypeField)
TsIndexSignature(TsIndexSignatureField)
TsIndexedAccessType(TsIndexedAccessTypeField)
TsInferType(TsInferTypeField)
TsInstantiation(TsInstantiationField)
TsInterfaceBody(TsInterfaceBodyField)
TsInterfaceDecl(TsInterfaceDeclField)
TsIntersectionType(TsIntersectionTypeField)
TsKeywordType(TsKeywordTypeField)
TsKeywordTypeKind(TsKeywordTypeKindField)
TsLit(TsLitField)
TsLitType(TsLitTypeField)
TsMappedType(TsMappedTypeField)
TsMethodSignature(TsMethodSignatureField)
TsModuleBlock(TsModuleBlockField)
TsModuleDecl(TsModuleDeclField)
TsModuleName(TsModuleNameField)
TsModuleRef(TsModuleRefField)
TsNamespaceBody(TsNamespaceBodyField)
TsNamespaceDecl(TsNamespaceDeclField)
TsNamespaceExportDecl(TsNamespaceExportDeclField)
TsNonNullExpr(TsNonNullExprField)
TsOptionalType(TsOptionalTypeField)
TsParamProp(TsParamPropField)
TsParamPropParam(TsParamPropParamField)
TsParenthesizedType(TsParenthesizedTypeField)
TsPropertySignature(TsPropertySignatureField)
TsQualifiedName(TsQualifiedNameField)
TsRestType(TsRestTypeField)
TsSatisfiesExpr(TsSatisfiesExprField)
TsSetterSignature(TsSetterSignatureField)
TsThisType(TsThisTypeField)
TsThisTypeOrIdent(TsThisTypeOrIdentField)
TsTplLitType(TsTplLitTypeField)
TsTupleElement(TsTupleElementField)
TsTupleType(TsTupleTypeField)
TsType(TsTypeField)
TsTypeAliasDecl(TsTypeAliasDeclField)
TsTypeAnn(TsTypeAnnField)
TsTypeAssertion(TsTypeAssertionField)
TsTypeElement(TsTypeElementField)
TsTypeLit(TsTypeLitField)
TsTypeOperator(TsTypeOperatorField)
TsTypeOperatorOp(TsTypeOperatorOpField)
TsTypeParam(TsTypeParamField)
TsTypeParamDecl(TsTypeParamDeclField)
TsTypeParamInstantiation(TsTypeParamInstantiationField)
TsTypePredicate(TsTypePredicateField)
TsTypeQuery(TsTypeQueryField)
TsTypeQueryExpr(TsTypeQueryExprField)
TsTypeRef(TsTypeRefField)
TsUnionOrIntersectionType(TsUnionOrIntersectionTypeField)
TsUnionType(TsUnionTypeField)
UnaryExpr(UnaryExprField)
UnaryOp(UnaryOpField)
UpdateExpr(UpdateExprField)
UpdateOp(UpdateOpField)
UsingDecl(UsingDeclField)
VarDecl(VarDeclField)
VarDeclKind(VarDeclKindField)
VarDeclOrExpr(VarDeclOrExprField)
VarDeclarator(VarDeclaratorField)
WhileStmt(WhileStmtField)
WithStmt(WithStmtField)
YieldExpr(YieldExprField)
Trait Implementations§
Source§impl Clone for AstParentKind
impl Clone for AstParentKind
Source§fn clone(&self) -> AstParentKind
fn clone(&self) -> AstParentKind
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 AstParentKind
impl Debug for AstParentKind
Source§impl Hash for AstParentKind
impl Hash for AstParentKind
Source§impl Ord for AstParentKind
impl Ord for AstParentKind
Source§fn cmp(&self, other: &AstParentKind) -> Ordering
fn cmp(&self, other: &AstParentKind) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl ParentKind for AstParentKind
impl ParentKind for AstParentKind
Source§impl PartialEq for AstParentKind
impl PartialEq for AstParentKind
Source§impl PartialOrd for AstParentKind
impl PartialOrd for AstParentKind
impl Copy for AstParentKind
impl Eq for AstParentKind
impl StructuralPartialEq for AstParentKind
Auto Trait Implementations§
impl Freeze for AstParentKind
impl RefUnwindSafe for AstParentKind
impl Send for AstParentKind
impl Sync for AstParentKind
impl Unpin for AstParentKind
impl UnwindSafe for AstParentKind
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<T> FmtForward for T
impl<T> FmtForward for T
Source§fn fmt_binary(self) -> FmtBinary<Self>where
Self: Binary,
fn fmt_binary(self) -> FmtBinary<Self>where
Self: Binary,
Causes
self to use its Binary implementation when Debug-formatted.Source§fn fmt_display(self) -> FmtDisplay<Self>where
Self: Display,
fn fmt_display(self) -> FmtDisplay<Self>where
Self: Display,
Causes
self to use its Display implementation when
Debug-formatted.Source§fn fmt_lower_exp(self) -> FmtLowerExp<Self>where
Self: LowerExp,
fn fmt_lower_exp(self) -> FmtLowerExp<Self>where
Self: LowerExp,
Causes
self to use its LowerExp implementation when
Debug-formatted.Source§fn fmt_lower_hex(self) -> FmtLowerHex<Self>where
Self: LowerHex,
fn fmt_lower_hex(self) -> FmtLowerHex<Self>where
Self: LowerHex,
Causes
self to use its LowerHex implementation when
Debug-formatted.Source§fn fmt_octal(self) -> FmtOctal<Self>where
Self: Octal,
fn fmt_octal(self) -> FmtOctal<Self>where
Self: Octal,
Causes
self to use its Octal implementation when Debug-formatted.Source§fn fmt_pointer(self) -> FmtPointer<Self>where
Self: Pointer,
fn fmt_pointer(self) -> FmtPointer<Self>where
Self: Pointer,
Causes
self to use its Pointer implementation when
Debug-formatted.Source§fn fmt_upper_exp(self) -> FmtUpperExp<Self>where
Self: UpperExp,
fn fmt_upper_exp(self) -> FmtUpperExp<Self>where
Self: UpperExp,
Causes
self to use its UpperExp implementation when
Debug-formatted.Source§fn fmt_upper_hex(self) -> FmtUpperHex<Self>where
Self: UpperHex,
fn fmt_upper_hex(self) -> FmtUpperHex<Self>where
Self: UpperHex,
Causes
self to use its UpperHex implementation when
Debug-formatted.Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> Pipe for Twhere
T: ?Sized,
impl<T> Pipe for Twhere
T: ?Sized,
Source§fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> Rwhere
Self: Sized,
fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> Rwhere
Self: Sized,
Pipes by value. This is generally the method you want to use. Read more
Source§fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> Rwhere
R: 'a,
fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> Rwhere
R: 'a,
Borrows
self and passes that borrow into the pipe function. Read moreSource§fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> Rwhere
R: 'a,
fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> Rwhere
R: 'a,
Mutably borrows
self and passes that borrow into the pipe function. Read moreSource§fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
Source§fn pipe_borrow_mut<'a, B, R>(
&'a mut self,
func: impl FnOnce(&'a mut B) -> R,
) -> R
fn pipe_borrow_mut<'a, B, R>( &'a mut self, func: impl FnOnce(&'a mut B) -> R, ) -> R
Source§fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
Borrows
self, then passes self.as_ref() into the pipe function.Source§fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
Mutably borrows
self, then passes self.as_mut() into the pipe
function.Source§fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
Borrows
self, then passes self.deref() into the pipe function.Source§impl<T> Tap for T
impl<T> Tap for T
Source§fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
Immutable access to the
Borrow<B> of a value. Read moreSource§fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
Mutable access to the
BorrowMut<B> of a value. Read moreSource§fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
Immutable access to the
AsRef<R> view of a value. Read moreSource§fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
Mutable access to the
AsMut<R> view of a value. Read moreSource§fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
Immutable access to the
Deref::Target of a value. Read moreSource§fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
Mutable access to the
Deref::Target of a value. Read moreSource§fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self
fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self
Calls
.tap() only in debug builds, and is erased in release builds.Source§fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self
fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self
Calls
.tap_mut() only in debug builds, and is erased in release
builds.Source§fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
Calls
.tap_borrow() only in debug builds, and is erased in release
builds.Source§fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
Calls
.tap_borrow_mut() only in debug builds, and is erased in release
builds.Source§fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
Calls
.tap_ref() only in debug builds, and is erased in release
builds.Source§fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
Calls
.tap_ref_mut() only in debug builds, and is erased in release
builds.Source§fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
Calls
.tap_deref() only in debug builds, and is erased in release
builds.Source§impl<T> WithSubscriber for T
impl<T> WithSubscriber for T
Source§fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
Source§fn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
impl<T> ErasedDestructor for Twhere
T: 'static,
impl<T> MaybeSendSync for T
impl<T> Send for Twhere
T: ?Sized,
impl<T> Sync for Twhere
T: ?Sized,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 24 bytes
Size for each variant:
Accessibility: 1 byteArrayLit: 23 bytesArrayPat: 23 bytesArrowExpr: 23 bytesAssignExpr: 1 byteAssignOp: 1 byteAssignPat: 1 byteAssignPatProp: 1 byteAssignProp: 1 byteAssignTarget: 1 byteAssignTargetPat: 1 byteAutoAccessor: 23 bytesAwaitExpr: 1 byteBigInt: 1 byteBinExpr: 1 byteBinaryOp: 1 byteBindingIdent: 1 byteBlockStmt: 23 bytesBlockStmtOrExpr: 1 byteBool: 1 byteBreakStmt: 1 byteCallExpr: 23 bytesCallee: 1 byteCatchClause: 1 byteClass: 23 bytesClassDecl: 1 byteClassExpr: 1 byteClassMember: 1 byteClassMethod: 1 byteClassProp: 23 bytesComputedPropName: 1 byteCondExpr: 1 byteConstructor: 23 bytesContinueStmt: 1 byteDebuggerStmt: 0 bytesDecl: 1 byteDecorator: 1 byteDefaultDecl: 1 byteDoWhileStmt: 1 byteEmptyStmt: 0 bytesExportAll: 1 byteExportDecl: 1 byteExportDefaultDecl: 1 byteExportDefaultExpr: 1 byteExportDefaultSpecifier: 0 bytesExportNamedSpecifier: 1 byteExportNamespaceSpecifier: 1 byteExportSpecifier: 1 byteExpr: 1 byteExprOrSpread: 1 byteExprStmt: 1 byteFnDecl: 1 byteFnExpr: 1 byteForHead: 1 byteForInStmt: 1 byteForOfStmt: 1 byteForStmt: 1 byteFunction: 23 bytesGetterProp: 1 byteIdent: 1 byteIdentName: 1 byteIfStmt: 1 byteImport: 1 byteImportDecl: 23 bytesImportDefaultSpecifier: 1 byteImportNamedSpecifier: 1 byteImportPhase: 1 byteImportSpecifier: 1 byteImportStarAsSpecifier: 1 byteImportWith: 23 bytesImportWithItem: 1 byteInvalid: 0 bytesJSXAttr: 1 byteJSXAttrName: 1 byteJSXAttrOrSpread: 1 byteJSXAttrValue: 1 byteJSXClosingElement: 1 byteJSXClosingFragment: 0 bytesJSXElement: 23 bytesJSXElementChild: 1 byteJSXElementName: 1 byteJSXEmptyExpr: 0 bytesJSXExpr: 1 byteJSXExprContainer: 1 byteJSXFragment: 23 bytesJSXMemberExpr: 1 byteJSXNamespacedName: 1 byteJSXObject: 1 byteJSXOpeningElement: 23 bytesJSXOpeningFragment: 0 bytesJSXSpreadChild: 1 byteJSXText: 1 byteKey: 1 byteKeyValuePatProp: 1 byteKeyValueProp: 1 byteLabeledStmt: 1 byteLit: 1 byteMemberExpr: 1 byteMemberProp: 1 byteMetaPropExpr: 1 byteMetaPropKind: 1 byteMethodKind: 1 byteMethodProp: 1 byteModule: 23 bytesModuleDecl: 1 byteModuleExportName: 1 byteModuleItem: 1 byteNamedExport: 23 bytesNewExpr: 23 bytesNull: 0 bytesNumber: 1 byteObjectLit: 23 bytesObjectPat: 23 bytesObjectPatProp: 1 byteOptCall: 23 bytesOptChainBase: 1 byteOptChainExpr: 1 byteParam: 23 bytesParamOrTsParamProp: 1 byteParenExpr: 1 bytePat: 1 bytePrivateMethod: 1 bytePrivateName: 1 bytePrivateProp: 23 bytesProgram: 1 byteProp: 1 bytePropName: 1 bytePropOrSpread: 1 byteRegex: 1 byteRestPat: 1 byteReturnStmt: 1 byteScript: 23 bytesSeqExpr: 23 bytesSetterProp: 1 byteSimpleAssignTarget: 1 byteSpreadElement: 1 byteStaticBlock: 1 byteStmt: 1 byteStr: 1 byteSuper: 0 bytesSuperProp: 1 byteSuperPropExpr: 1 byteSwitchCase: 23 bytesSwitchStmt: 23 bytesTaggedTpl: 1 byteThisExpr: 0 bytesThrowStmt: 1 byteTpl: 23 bytesTplElement: 1 byteTruePlusMinus: 1 byteTryStmt: 1 byteTsArrayType: 1 byteTsAsExpr: 1 byteTsCallSignatureDecl: 23 bytesTsConditionalType: 1 byteTsConstAssertion: 1 byteTsConstructSignatureDecl: 23 bytesTsConstructorType: 23 bytesTsEntityName: 1 byteTsEnumDecl: 23 bytesTsEnumMember: 1 byteTsEnumMemberId: 1 byteTsExportAssignment: 1 byteTsExprWithTypeArgs: 1 byteTsExternalModuleRef: 1 byteTsFnOrConstructorType: 1 byteTsFnParam: 1 byteTsFnType: 23 bytesTsGetterSignature: 1 byteTsImportCallOptions: 1 byteTsImportEqualsDecl: 1 byteTsImportType: 1 byteTsIndexSignature: 23 bytesTsIndexedAccessType: 1 byteTsInferType: 1 byteTsInstantiation: 1 byteTsInterfaceBody: 23 bytesTsInterfaceDecl: 23 bytesTsIntersectionType: 23 bytesTsKeywordType: 1 byteTsKeywordTypeKind: 1 byteTsLit: 1 byteTsLitType: 1 byteTsMappedType: 1 byteTsMethodSignature: 23 bytesTsModuleBlock: 23 bytesTsModuleDecl: 1 byteTsModuleName: 1 byteTsModuleRef: 1 byteTsNamespaceBody: 1 byteTsNamespaceDecl: 1 byteTsNamespaceExportDecl: 1 byteTsNonNullExpr: 1 byteTsOptionalType: 1 byteTsParamProp: 23 bytesTsParamPropParam: 1 byteTsParenthesizedType: 1 byteTsPropertySignature: 1 byteTsQualifiedName: 1 byteTsRestType: 1 byteTsSatisfiesExpr: 1 byteTsSetterSignature: 1 byteTsThisType: 0 bytesTsThisTypeOrIdent: 1 byteTsTplLitType: 23 bytesTsTupleElement: 1 byteTsTupleType: 23 bytesTsType: 1 byteTsTypeAliasDecl: 1 byteTsTypeAnn: 1 byteTsTypeAssertion: 1 byteTsTypeElement: 1 byteTsTypeLit: 23 bytesTsTypeOperator: 1 byteTsTypeOperatorOp: 1 byteTsTypeParam: 1 byteTsTypeParamDecl: 23 bytesTsTypeParamInstantiation: 23 bytesTsTypePredicate: 1 byteTsTypeQuery: 1 byteTsTypeQueryExpr: 1 byteTsTypeRef: 1 byteTsUnionOrIntersectionType: 1 byteTsUnionType: 23 bytesUnaryExpr: 1 byteUnaryOp: 1 byteUpdateExpr: 1 byteUpdateOp: 1 byteUsingDecl: 23 bytesVarDecl: 23 bytesVarDeclKind: 1 byteVarDeclOrExpr: 1 byteVarDeclarator: 1 byteWhileStmt: 1 byteWithStmt: 1 byteYieldExpr: 1 byte