Struct sv_parser::ApostropheBrace
source · pub struct ApostropheBrace<T> {
pub nodes: (Symbol, T, Symbol),
}
Fields§
§nodes: (Symbol, T, Symbol)
Trait Implementations§
source§impl<T> Clone for ApostropheBrace<T>where
T: Clone,
impl<T> Clone for ApostropheBrace<T>where T: Clone,
source§fn clone(&self) -> ApostropheBrace<T>
fn clone(&self) -> ApostropheBrace<T>
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<T> Debug for ApostropheBrace<T>where
T: Debug,
impl<T> Debug for ApostropheBrace<T>where T: Debug,
source§impl<'a, T> From<&'a ApostropheBrace<T>> for RefNodes<'a>where
&'a T: Into<RefNodes<'a>>,
impl<'a, T> From<&'a ApostropheBrace<T>> for RefNodes<'a>where &'a T: Into<RefNodes<'a>>,
source§fn from(x: &'a ApostropheBrace<T>) -> RefNodes<'a>
fn from(x: &'a ApostropheBrace<T>) -> RefNodes<'a>
Converts to this type from the input type.
source§impl<T> PartialEq<ApostropheBrace<T>> for ApostropheBrace<T>where
T: PartialEq<T>,
impl<T> PartialEq<ApostropheBrace<T>> for ApostropheBrace<T>where T: PartialEq<T>,
source§fn eq(&self, other: &ApostropheBrace<T>) -> bool
fn eq(&self, other: &ApostropheBrace<T>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.