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