pub struct FileMapAndBytePos {
pub fm: Rc<FileMap>,
pub pos: BytePos,
}
Fields§
§fm: Rc<FileMap>
§pos: BytePos
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileMapAndBytePos
impl !RefUnwindSafe for FileMapAndBytePos
impl !Send for FileMapAndBytePos
impl !Sync for FileMapAndBytePos
impl Unpin for FileMapAndBytePos
impl !UnwindSafe for FileMapAndBytePos
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