pub enum Dep11Entry {
Components(Architecture, Option<String>),
Icons(ImageSize, Option<String>),
}
Expand description
Dep11 entries contain appstream metadata and their required icons.
Variants§
Trait Implementations§
Source§impl Clone for Dep11Entry
impl Clone for Dep11Entry
Source§fn clone(&self) -> Dep11Entry
fn clone(&self) -> Dep11Entry
Returns a duplicate 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 Dep11Entry
impl Debug for Dep11Entry
Source§impl Hash for Dep11Entry
impl Hash for Dep11Entry
Source§impl PartialEq for Dep11Entry
impl PartialEq for Dep11Entry
impl StructuralPartialEq for Dep11Entry
Auto Trait Implementations§
impl Freeze for Dep11Entry
impl RefUnwindSafe for Dep11Entry
impl Send for Dep11Entry
impl Sync for Dep11Entry
impl Unpin for Dep11Entry
impl UnwindSafe for Dep11Entry
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