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