Struct sv_parser::UnbasedUnsizedLiteral
source · pub struct UnbasedUnsizedLiteral {
pub nodes: (Symbol,),
}
Fields§
§nodes: (Symbol,)
Trait Implementations§
source§impl Clone for UnbasedUnsizedLiteral
impl Clone for UnbasedUnsizedLiteral
source§fn clone(&self) -> UnbasedUnsizedLiteral
fn clone(&self) -> UnbasedUnsizedLiteral
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for UnbasedUnsizedLiteral
impl Debug for UnbasedUnsizedLiteral
source§impl<'a> From<&'a UnbasedUnsizedLiteral> for RefNode<'a>
impl<'a> From<&'a UnbasedUnsizedLiteral> for RefNode<'a>
source§fn from(x: &'a UnbasedUnsizedLiteral) -> RefNode<'a>
fn from(x: &'a UnbasedUnsizedLiteral) -> RefNode<'a>
Converts to this type from the input type.
source§impl<'a> From<&'a UnbasedUnsizedLiteral> for RefNodes<'a>
impl<'a> From<&'a UnbasedUnsizedLiteral> for RefNodes<'a>
source§fn from(x: &'a UnbasedUnsizedLiteral) -> RefNodes<'a>
fn from(x: &'a UnbasedUnsizedLiteral) -> RefNodes<'a>
Converts to this type from the input type.
source§impl From<UnbasedUnsizedLiteral> for AnyNode
impl From<UnbasedUnsizedLiteral> for AnyNode
source§fn from(x: UnbasedUnsizedLiteral) -> AnyNode
fn from(x: UnbasedUnsizedLiteral) -> AnyNode
Converts to this type from the input type.
source§impl<'a> IntoIterator for &'a UnbasedUnsizedLiteral
impl<'a> IntoIterator for &'a UnbasedUnsizedLiteral
source§impl PartialEq<UnbasedUnsizedLiteral> for UnbasedUnsizedLiteral
impl PartialEq<UnbasedUnsizedLiteral> for UnbasedUnsizedLiteral
source§fn eq(&self, other: &UnbasedUnsizedLiteral) -> bool
fn eq(&self, other: &UnbasedUnsizedLiteral) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.