pub struct JumpToFile {
pub file_name: String,
pub line: u32,
pub column: u32,
}
Fields§
§file_name: String
§line: u32
§column: u32
Trait Implementations§
Source§impl Clone for JumpToFile
impl Clone for JumpToFile
Source§fn clone(&self) -> JumpToFile
fn clone(&self) -> JumpToFile
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl DeBin for JumpToFile
impl DeBin for JumpToFile
Source§impl Debug for JumpToFile
impl Debug for JumpToFile
Auto Trait Implementations§
impl Freeze for JumpToFile
impl RefUnwindSafe for JumpToFile
impl Send for JumpToFile
impl Sync for JumpToFile
impl Unpin for JumpToFile
impl UnwindSafe for JumpToFile
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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