pub struct Application { /* private fields */ }
Implementations§
source§impl Application
impl Application
pub fn detect_editor() -> Result<Self, DetectEditorError>
pub fn open_file(&self, path: impl AsRef<Path>) -> Result<(), OpenFileError>
Auto Trait Implementations§
impl Freeze for Application
impl RefUnwindSafe for Application
impl Send for Application
impl Sync for Application
impl Unpin for Application
impl UnwindSafe for Application
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