pub struct CodeScope {
pub kind: String,
pub name: String,
pub start_line: usize,
pub end_line: usize,
}Fields§
§kind: String§name: String§start_line: usize§end_line: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for CodeScope
impl RefUnwindSafe for CodeScope
impl Send for CodeScope
impl Sync for CodeScope
impl Unpin for CodeScope
impl UnsafeUnpin for CodeScope
impl UnwindSafe for CodeScope
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