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