Struct rust_utils::linux::DesktopEntryFileBuilder
source · pub struct DesktopEntryFileBuilder { /* private fields */ }
Expand description
Builder to create a basic .desktop
file
Implementations§
source§impl DesktopEntryFileBuilder
impl DesktopEntryFileBuilder
Auto Trait Implementations§
impl Freeze for DesktopEntryFileBuilder
impl RefUnwindSafe for DesktopEntryFileBuilder
impl Send for DesktopEntryFileBuilder
impl Sync for DesktopEntryFileBuilder
impl Unpin for DesktopEntryFileBuilder
impl UnwindSafe for DesktopEntryFileBuilder
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