pub struct ExecParser<'a, L>{ /* private fields */ }Implementations§
Source§impl<'a, L> ExecParser<'a, L>
impl<'a, L> ExecParser<'a, L>
pub fn new(de: &'a DesktopEntry, locales: &'a [L]) -> ExecParser<'a, L>
pub fn parse_with_uris(&self, uris: &[&str]) -> Result<(String, Vec<String>)>
Auto Trait Implementations§
impl<'a, L> Freeze for ExecParser<'a, L>
impl<'a, L> RefUnwindSafe for ExecParser<'a, L>where
L: RefUnwindSafe,
impl<'a, L> Send for ExecParser<'a, L>where
L: Sync,
impl<'a, L> Sync for ExecParser<'a, L>where
L: Sync,
impl<'a, L> Unpin for ExecParser<'a, L>
impl<'a, L> UnwindSafe for ExecParser<'a, L>where
L: RefUnwindSafe,
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