pub struct LinkFields {
pub url: String,
}
Expand description
Fields specific to Link type desktop entries. These fields are only valid when the entry type is Link.
Fields§
§url: String
The URL that this desktop entry points to
Trait Implementations§
Source§impl Clone for LinkFields
impl Clone for LinkFields
Source§fn clone(&self) -> LinkFields
fn clone(&self) -> LinkFields
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 LinkFields
impl Debug for LinkFields
Source§impl Default for LinkFields
impl Default for LinkFields
Source§fn default() -> LinkFields
fn default() -> LinkFields
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LinkFields
impl RefUnwindSafe for LinkFields
impl Send for LinkFields
impl Sync for LinkFields
impl Unpin for LinkFields
impl UnwindSafe for LinkFields
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