pub struct FileId(_);Expand description
Unique file identifier
Implementations§
Trait Implementations§
source§impl From<LexerPosition> for FileId
impl From<LexerPosition> for FileId
source§fn from(value: LexerPosition) -> Self
fn from(value: LexerPosition) -> Self
Converts to this type from the input type.
source§impl Ord for FileId
impl Ord for FileId
source§impl PartialEq<FileId> for FileId
impl PartialEq<FileId> for FileId
source§impl PartialOrd<FileId> for FileId
impl PartialOrd<FileId> for FileId
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read more