Struct sv_parser_syntaxtree::source_text::module_items::ModuleOrGenerateItemDeclarationDisable
source · [−]pub struct ModuleOrGenerateItemDeclarationDisable {
pub nodes: (Keyword, Keyword, Keyword, ExpressionOrDist, Symbol),
}Fields
nodes: (Keyword, Keyword, Keyword, ExpressionOrDist, Symbol)Trait Implementations
sourceimpl Clone for ModuleOrGenerateItemDeclarationDisable
impl Clone for ModuleOrGenerateItemDeclarationDisable
sourcefn clone(&self) -> ModuleOrGenerateItemDeclarationDisable
fn clone(&self) -> ModuleOrGenerateItemDeclarationDisable
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<'a> From<&'a ModuleOrGenerateItemDeclarationDisable> for RefNode<'a>
impl<'a> From<&'a ModuleOrGenerateItemDeclarationDisable> for RefNode<'a>
sourcefn from(x: &'a ModuleOrGenerateItemDeclarationDisable) -> Self
fn from(x: &'a ModuleOrGenerateItemDeclarationDisable) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a ModuleOrGenerateItemDeclarationDisable> for RefNodes<'a>
impl<'a> From<&'a ModuleOrGenerateItemDeclarationDisable> for RefNodes<'a>
sourcefn from(x: &'a ModuleOrGenerateItemDeclarationDisable) -> Self
fn from(x: &'a ModuleOrGenerateItemDeclarationDisable) -> Self
Converts to this type from the input type.
sourceimpl From<ModuleOrGenerateItemDeclarationDisable> for AnyNode
impl From<ModuleOrGenerateItemDeclarationDisable> for AnyNode
sourcefn from(x: ModuleOrGenerateItemDeclarationDisable) -> Self
fn from(x: ModuleOrGenerateItemDeclarationDisable) -> Self
Converts to this type from the input type.
sourceimpl<'a> IntoIterator for &'a ModuleOrGenerateItemDeclarationDisable
impl<'a> IntoIterator for &'a ModuleOrGenerateItemDeclarationDisable
sourceimpl<'a> Node<'a> for ModuleOrGenerateItemDeclarationDisable
impl<'a> Node<'a> for ModuleOrGenerateItemDeclarationDisable
sourceimpl PartialEq<ModuleOrGenerateItemDeclarationDisable> for ModuleOrGenerateItemDeclarationDisable
impl PartialEq<ModuleOrGenerateItemDeclarationDisable> for ModuleOrGenerateItemDeclarationDisable
sourcefn eq(&self, other: &ModuleOrGenerateItemDeclarationDisable) -> bool
fn eq(&self, other: &ModuleOrGenerateItemDeclarationDisable) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ModuleOrGenerateItemDeclarationDisable) -> bool
fn ne(&self, other: &ModuleOrGenerateItemDeclarationDisable) -> bool
This method tests for !=.
sourceimpl<'a> TryFrom<&'a ModuleOrGenerateItemDeclarationDisable> for Locate
impl<'a> TryFrom<&'a ModuleOrGenerateItemDeclarationDisable> for Locate
impl StructuralPartialEq for ModuleOrGenerateItemDeclarationDisable
Auto Trait Implementations
impl RefUnwindSafe for ModuleOrGenerateItemDeclarationDisable
impl Send for ModuleOrGenerateItemDeclarationDisable
impl Sync for ModuleOrGenerateItemDeclarationDisable
impl Unpin for ModuleOrGenerateItemDeclarationDisable
impl UnwindSafe for ModuleOrGenerateItemDeclarationDisable
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