pub struct Resolved {
pub argv: Vec<OsString>,
pub source: EditorSource,
}Expand description
Result of resolving the editor command: the argv to spawn (NOT yet including the tempfile path) plus the resolved source for diagnostics.
Fields§
§argv: Vec<OsString>§source: EditorSourceTrait Implementations§
Auto Trait Implementations§
impl Freeze for Resolved
impl RefUnwindSafe for Resolved
impl Send for Resolved
impl Sync for Resolved
impl Unpin for Resolved
impl UnsafeUnpin for Resolved
impl UnwindSafe for Resolved
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