pub enum GoToValue {
Label(String),
Line(usize),
}Expand description
GoTo type value
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GoToValue
impl RefUnwindSafe for GoToValue
impl Send for GoToValue
impl Sync for GoToValue
impl Unpin for GoToValue
impl UnwindSafe for GoToValue
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