pub struct EditorTarget {
pub path: String,
pub line: Option<usize>,
pub col: Option<usize>,
}Fields§
§path: String§line: Option<usize>§col: Option<usize>Implementations§
Source§impl EditorTarget
impl EditorTarget
Trait Implementations§
Source§impl Clone for EditorTarget
impl Clone for EditorTarget
Source§fn clone(&self) -> EditorTarget
fn clone(&self) -> EditorTarget
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for EditorTarget
impl RefUnwindSafe for EditorTarget
impl Send for EditorTarget
impl Sync for EditorTarget
impl Unpin for EditorTarget
impl UnsafeUnpin for EditorTarget
impl UnwindSafe for EditorTarget
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