pub struct AppStreamIconsFileEntry<'a> {
pub component: Cow<'a, str>,
pub resolution: Cow<'a, str>,
pub compression: Compression,
/* private fields */
}Expand description
A type of ReleaseFileEntry that describes an AppStream icons archive.
Files typically exist in paths named <component>/dep11/icons-<size><compression>.
Fields
component: Cow<'a, str>The repository component name.
resolution: Cow<'a, str>The pixel resolution of the icons. e.g. 128x128.
compression: CompressionFile-level compression format.s
Methods from Deref<Target = ReleaseFileEntry<'a>>
Obtain the by-hash path variant for this entry.
Trait Implementations
type Target = ReleaseFileEntry<'a>
type Target = ReleaseFileEntry<'a>
The resulting type after dereferencing.
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
type Error = DebianError
type Error = DebianError
The type returned in the event of a conversion error.
Performs the conversion.
Auto Trait Implementations
impl<'a> RefUnwindSafe for AppStreamIconsFileEntry<'a>
impl<'a> Send for AppStreamIconsFileEntry<'a>
impl<'a> Sync for AppStreamIconsFileEntry<'a>
impl<'a> Unpin for AppStreamIconsFileEntry<'a>
impl<'a> UnwindSafe for AppStreamIconsFileEntry<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more