pub struct MimeAssociation {
pub mime_type: MimeType,
pub app_name: String,
pub app_exec: String,
}Expand description
Maps a MIME type to the application that should open it
Fields§
§mime_type: MimeTypeThe MIME type this association applies to
app_name: StringHuman-readable application name (e.g. “Text Editor”)
app_exec: StringExecutable path (e.g. “/bin/text-editor”)
Trait Implementations§
Source§impl Clone for MimeAssociation
impl Clone for MimeAssociation
Source§fn clone(&self) -> MimeAssociation
fn clone(&self) -> MimeAssociation
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for MimeAssociation
impl RefUnwindSafe for MimeAssociation
impl Send for MimeAssociation
impl Sync for MimeAssociation
impl Unpin for MimeAssociation
impl UnwindSafe for MimeAssociation
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)