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