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