pub struct Symbol {
pub id: String,
pub file_id: i64,
pub name: String,
pub kind: String,
pub byte_offset: usize,
pub byte_length: usize,
}Fields§
§id: String§file_id: i64§name: String§kind: String§byte_offset: usize§byte_length: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for Symbol
impl RefUnwindSafe for Symbol
impl Send for Symbol
impl Sync for Symbol
impl Unpin for Symbol
impl UnsafeUnpin for Symbol
impl UnwindSafe for Symbol
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