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