Enum yash_syntax::syntax::BackquoteUnit
source · [−]Expand description
Element of TextUnit::Backquote
.
Variants
Literal(char)
Literal single character.
Backslashed(char)
Backslash-escaped single character.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for BackquoteUnit
impl Send for BackquoteUnit
impl Sync for BackquoteUnit
impl Unpin for BackquoteUnit
impl UnwindSafe for BackquoteUnit
Blanket Implementations
Mutably borrows from an owned value. Read more