pub struct IntelliSenseToken {
pub span: (u32, u32),
pub kind: VariableType,
pub node_kind: &'static str,
pub error: Option<String>,
}
Fields§
§span: (u32, u32)
§kind: VariableType
§node_kind: &'static str
§error: Option<String>
Trait Implementations§
Source§impl Debug for IntelliSenseToken
impl Debug for IntelliSenseToken
Auto Trait Implementations§
impl Freeze for IntelliSenseToken
impl !RefUnwindSafe for IntelliSenseToken
impl !Send for IntelliSenseToken
impl !Sync for IntelliSenseToken
impl Unpin for IntelliSenseToken
impl !UnwindSafe for IntelliSenseToken
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