pub struct LibraryDeclaration {
    pub nodes: (Keyword, LibraryIdentifier, List<Symbol, FilePathSpec>, Option<(Keyword, List<Symbol, FilePathSpec>)>, Symbol),
}Fields§
§nodes: (Keyword, LibraryIdentifier, List<Symbol, FilePathSpec>, Option<(Keyword, List<Symbol, FilePathSpec>)>, Symbol)Trait Implementations§
Source§impl Clone for LibraryDeclaration
 
impl Clone for LibraryDeclaration
Source§fn clone(&self) -> LibraryDeclaration
 
fn clone(&self) -> LibraryDeclaration
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 LibraryDeclaration
 
impl Debug for LibraryDeclaration
Source§impl<'a> From<&'a LibraryDeclaration> for RefNode<'a>
 
impl<'a> From<&'a LibraryDeclaration> for RefNode<'a>
Source§fn from(x: &'a LibraryDeclaration) -> RefNode<'a>
 
fn from(x: &'a LibraryDeclaration) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a LibraryDeclaration> for RefNodes<'a>
 
impl<'a> From<&'a LibraryDeclaration> for RefNodes<'a>
Source§fn from(x: &'a LibraryDeclaration) -> RefNodes<'a>
 
fn from(x: &'a LibraryDeclaration) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<LibraryDeclaration> for AnyNode
 
impl From<LibraryDeclaration> for AnyNode
Source§fn from(x: LibraryDeclaration) -> AnyNode
 
fn from(x: LibraryDeclaration) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a LibraryDeclaration
 
impl<'a> IntoIterator for &'a LibraryDeclaration
Source§impl PartialEq for LibraryDeclaration
 
impl PartialEq for LibraryDeclaration
Source§impl<'a> TryFrom<&'a LibraryDeclaration> for Locate
 
impl<'a> TryFrom<&'a LibraryDeclaration> for Locate
Source§impl TryFrom<AnyNode> for LibraryDeclaration
 
impl TryFrom<AnyNode> for LibraryDeclaration
Source§impl TryFrom<LibraryDeclaration> for Locate
 
impl TryFrom<LibraryDeclaration> for Locate
impl StructuralPartialEq for LibraryDeclaration
Auto Trait Implementations§
impl Freeze for LibraryDeclaration
impl RefUnwindSafe for LibraryDeclaration
impl Send for LibraryDeclaration
impl Sync for LibraryDeclaration
impl Unpin for LibraryDeclaration
impl UnwindSafe for LibraryDeclaration
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