pub struct BadExpr {
pub from: Pos,
pub to: Pos,
}
Fields§
§from: Pos
§to: Pos
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BadExpr
impl RefUnwindSafe for BadExpr
impl Send for BadExpr
impl Sync for BadExpr
impl Unpin for BadExpr
impl UnwindSafe for BadExpr
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