[−][src]Struct sixtyfps_compilerlib::parser::syntax_nodes::ExportSpecifier
Implementations
impl ExportSpecifier
[src]
pub fn ExportIdentifier(&self) -> ExportIdentifier
[src]
pub fn ExportName(&self) -> Option<ExportName>
[src]
Methods from Deref<Target = SyntaxNodeWithSourceFile>
pub fn child_node(&self, kind: SyntaxKind) -> Option<SyntaxNodeWithSourceFile>
[src]
pub fn child_token(&self, kind: SyntaxKind) -> Option<SyntaxTokenWithSourceFile>
[src]
pub fn child_text(&self, kind: SyntaxKind) -> Option<String>
[src]
pub fn kind(&self) -> SyntaxKind
[src]
pub fn children(&self) -> impl Iterator<Item = SyntaxNodeWithSourceFile>
[src]
pub fn children_with_tokens(
&self
) -> impl Iterator<Item = NodeOrTokenWithSourceFile>
[src]
&self
) -> impl Iterator<Item = NodeOrTokenWithSourceFile>
pub fn text(&self) -> SyntaxText
[src]
Trait Implementations
impl Clone for ExportSpecifier
[src]
fn clone(&self) -> ExportSpecifier
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for ExportSpecifier
[src]
impl Deref for ExportSpecifier
[src]
type Target = SyntaxNodeWithSourceFile
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
impl DerefMut for ExportSpecifier
[src]
impl From<ExportSpecifier> for SyntaxNodeWithSourceFile
[src]
fn from(original: ExportSpecifier) -> SyntaxNodeWithSourceFile
[src]
impl From<SyntaxNodeWithSourceFile> for ExportSpecifier
[src]
fn from(original: SyntaxNodeWithSourceFile) -> ExportSpecifier
[src]
impl Spanned for ExportSpecifier
[src]
impl SpannedWithSourceFile for ExportSpecifier
[src]
fn source_file(&self) -> Option<&SourceFile>
[src]
Auto Trait Implementations
impl !RefUnwindSafe for ExportSpecifier
impl !Send for ExportSpecifier
impl !Sync for ExportSpecifier
impl Unpin for ExportSpecifier
impl !UnwindSafe for ExportSpecifier
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,
pub fn borrow_mut(&mut self) -> &mut T
[src]
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.
pub fn to_owned(&self) -> T
[src]
pub 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.
pub 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>,