Enum sv_parser_syntaxtree::specify_section::specify_path_declarations::SimplePathDeclaration
source · [−]pub enum SimplePathDeclaration {
Parallel(Box<SimplePathDeclarationParallel>),
Full(Box<SimplePathDeclarationFull>),
}Variants
Parallel(Box<SimplePathDeclarationParallel>)
Full(Box<SimplePathDeclarationFull>)
Trait Implementations
sourceimpl Clone for SimplePathDeclaration
impl Clone for SimplePathDeclaration
sourcefn clone(&self) -> SimplePathDeclaration
fn clone(&self) -> SimplePathDeclaration
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 SimplePathDeclaration
impl Debug for SimplePathDeclaration
sourceimpl<'a> From<&'a SimplePathDeclaration> for RefNodes<'a>
impl<'a> From<&'a SimplePathDeclaration> for RefNodes<'a>
sourcefn from(x: &'a SimplePathDeclaration) -> Self
fn from(x: &'a SimplePathDeclaration) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a SimplePathDeclaration> for RefNode<'a>
impl<'a> From<&'a SimplePathDeclaration> for RefNode<'a>
sourcefn from(x: &'a SimplePathDeclaration) -> Self
fn from(x: &'a SimplePathDeclaration) -> Self
Converts to this type from the input type.
sourceimpl From<SimplePathDeclaration> for AnyNode
impl From<SimplePathDeclaration> for AnyNode
sourcefn from(x: SimplePathDeclaration) -> Self
fn from(x: SimplePathDeclaration) -> Self
Converts to this type from the input type.
sourceimpl<'a> IntoIterator for &'a SimplePathDeclaration
impl<'a> IntoIterator for &'a SimplePathDeclaration
sourceimpl PartialEq<SimplePathDeclaration> for SimplePathDeclaration
impl PartialEq<SimplePathDeclaration> for SimplePathDeclaration
sourcefn eq(&self, other: &SimplePathDeclaration) -> bool
fn eq(&self, other: &SimplePathDeclaration) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &SimplePathDeclaration) -> bool
fn ne(&self, other: &SimplePathDeclaration) -> bool
This method tests for !=.
sourceimpl<'a> TryFrom<&'a SimplePathDeclaration> for Locate
impl<'a> TryFrom<&'a SimplePathDeclaration> for Locate
sourceimpl TryFrom<AnyNode> for SimplePathDeclaration
impl TryFrom<AnyNode> for SimplePathDeclaration
sourceimpl TryFrom<SimplePathDeclaration> for Locate
impl TryFrom<SimplePathDeclaration> for Locate
impl StructuralPartialEq for SimplePathDeclaration
Auto Trait Implementations
impl RefUnwindSafe for SimplePathDeclaration
impl Send for SimplePathDeclaration
impl Sync for SimplePathDeclaration
impl Unpin for SimplePathDeclaration
impl UnwindSafe for SimplePathDeclaration
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