pub struct ExprPath {
pub meta: Option<Meta>,
pub path: Path,
}Expand description
Path expression.
Fields§
§meta: Option<Meta>§path: PathTrait Implementations§
impl Eq for ExprPath
impl StructuralPartialEq for ExprPath
Auto Trait Implementations§
impl Freeze for ExprPath
impl RefUnwindSafe for ExprPath
impl Send for ExprPath
impl Sync for ExprPath
impl Unpin for ExprPath
impl UnsafeUnpin 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