Struct yash_syntax::source::SourceChar
source · [−]Expand description
Character with source description.
Fields
value: char
Character value.
location: Location
Location of this character in source code.
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 SourceChar
impl !Send for SourceChar
impl !Sync for SourceChar
impl Unpin for SourceChar
impl !UnwindSafe for SourceChar
Blanket Implementations
Mutably borrows from an owned value. Read more