Struct handlr_regex::common::DesktopEntry
source · pub struct DesktopEntry { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Clone for DesktopEntry
impl Clone for DesktopEntry
source§fn clone(&self) -> DesktopEntry
fn clone(&self) -> DesktopEntry
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DesktopEntry
impl Debug for DesktopEntry
source§impl Default for DesktopEntry
impl Default for DesktopEntry
source§fn default() -> DesktopEntry
fn default() -> DesktopEntry
Returns the “default value” for a type. Read more
source§impl PartialEq<DesktopEntry> for DesktopEntry
impl PartialEq<DesktopEntry> for DesktopEntry
source§fn eq(&self, other: &DesktopEntry) -> bool
fn eq(&self, other: &DesktopEntry) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<PathBuf> for DesktopEntry
impl TryFrom<PathBuf> for DesktopEntry
impl Eq for DesktopEntry
impl StructuralEq for DesktopEntry
impl StructuralPartialEq for DesktopEntry
Auto Trait Implementations§
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
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.