pub struct ExprPath {
pub segments: Vec<ExprPathSegment>,
pub node_id: NodeId,
pub span: Span,
}
Expand description
A Path
but for refinement expressions
Fields§
§segments: Vec<ExprPathSegment>
§node_id: NodeId
§span: Span
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExprPath
impl RefUnwindSafe for ExprPath
impl Send for ExprPath
impl Sync for ExprPath
impl Unpin for ExprPath
impl UnwindSafe for ExprPath
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)