pub struct LSPPosition {
pub line: u32,
pub character: u32,
}
Fields§
§line: u32
§character: u32
Trait Implementations§
Source§impl Debug for LSPPosition
impl Debug for LSPPosition
Source§impl Default for LSPPosition
impl Default for LSPPosition
Source§fn default() -> LSPPosition
fn default() -> LSPPosition
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LSPPosition
impl RefUnwindSafe for LSPPosition
impl Send for LSPPosition
impl Sync for LSPPosition
impl Unpin for LSPPosition
impl UnwindSafe for LSPPosition
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