pub struct SourceCodeOwned {
pub path: String,
pub text: String,
pub index: LineIndex,
}Fields§
§path: String§text: String§index: LineIndexImplementations§
Auto Trait Implementations§
impl Freeze for SourceCodeOwned
impl RefUnwindSafe for SourceCodeOwned
impl Send for SourceCodeOwned
impl Sync for SourceCodeOwned
impl Unpin for SourceCodeOwned
impl UnsafeUnpin for SourceCodeOwned
impl UnwindSafe for SourceCodeOwned
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