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
sourceimpl Clone for LibraryDeclaration
impl Clone for LibraryDeclaration
sourcefn clone(&self) -> LibraryDeclaration
fn clone(&self) -> LibraryDeclaration
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for LibraryDeclaration
impl Debug for LibraryDeclaration
sourceimpl<'a> From<&'a LibraryDeclaration> for RefNodes<'a>
impl<'a> From<&'a LibraryDeclaration> for RefNodes<'a>
sourcefn from(x: &'a LibraryDeclaration) -> Self
fn from(x: &'a LibraryDeclaration) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a LibraryDeclaration> for RefNode<'a>
impl<'a> From<&'a LibraryDeclaration> for RefNode<'a>
sourcefn from(x: &'a LibraryDeclaration) -> Self
fn from(x: &'a LibraryDeclaration) -> Self
Converts to this type from the input type.
sourceimpl From<LibraryDeclaration> for AnyNode
impl From<LibraryDeclaration> for AnyNode
sourcefn from(x: LibraryDeclaration) -> Self
fn from(x: LibraryDeclaration) -> Self
Converts to this type from the input type.
sourceimpl<'a> IntoIterator for &'a LibraryDeclaration
impl<'a> IntoIterator for &'a LibraryDeclaration
sourceimpl PartialEq<LibraryDeclaration> for LibraryDeclaration
impl PartialEq<LibraryDeclaration> for LibraryDeclaration
sourcefn eq(&self, other: &LibraryDeclaration) -> bool
fn eq(&self, other: &LibraryDeclaration) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &LibraryDeclaration) -> bool
fn ne(&self, other: &LibraryDeclaration) -> bool
This method tests for !=.
sourceimpl<'a> TryFrom<&'a LibraryDeclaration> for Locate
impl<'a> TryFrom<&'a LibraryDeclaration> for Locate
sourceimpl TryFrom<AnyNode> for LibraryDeclaration
impl TryFrom<AnyNode> for LibraryDeclaration
sourceimpl TryFrom<LibraryDeclaration> for Locate
impl TryFrom<LibraryDeclaration> for Locate
impl StructuralPartialEq for LibraryDeclaration
Auto Trait Implementations
impl RefUnwindSafe for LibraryDeclaration
impl Send for LibraryDeclaration
impl Sync for LibraryDeclaration
impl Unpin for LibraryDeclaration
impl UnwindSafe for LibraryDeclaration
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more