Struct edlang_ast::PathExpr
source · pub struct PathExpr {
pub first: Ident,
pub extra: Vec<PathSegment>,
pub span: Span,
}
Fields§
§first: Ident
§extra: Vec<PathSegment>
§span: Span
Trait Implementations§
source§impl Ord for PathExpr
impl Ord for PathExpr
source§impl PartialEq for PathExpr
impl PartialEq for PathExpr
source§impl PartialOrd for PathExpr
impl PartialOrd for PathExpr
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 moreimpl Eq for PathExpr
impl StructuralPartialEq for PathExpr
Auto Trait Implementations§
impl RefUnwindSafe for PathExpr
impl Send for PathExpr
impl Sync for PathExpr
impl Unpin for PathExpr
impl UnwindSafe for PathExpr
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more