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