Struct go_to_line2::GoToLine
source · pub struct GoToLine { /* private fields */ }
Implementations§
Trait Implementations§
source§impl FocusableView for GoToLine
impl FocusableView for GoToLine
fn focus_handle(&self, cx: &AppContext) -> FocusHandle
impl EventEmitter<Manager> for GoToLine
Auto Trait Implementations§
impl !RefUnwindSafe for GoToLine
impl !Send for GoToLine
impl !Sync for GoToLine
impl Unpin for GoToLine
impl !UnwindSafe for GoToLine
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