pub struct DesktopEntry {
pub path: PathBuf,
pub file_name: String,
}Fields§
§path: PathBuf§file_name: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for DesktopEntry
impl RefUnwindSafe for DesktopEntry
impl Send for DesktopEntry
impl Sync for DesktopEntry
impl Unpin for DesktopEntry
impl UnwindSafe for DesktopEntry
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