Struct debian_packaging::repository::release::ReleaseReleaseFileEntry [−][src]
pub struct ReleaseReleaseFileEntry<'a> { /* fields omitted */ }Expand description
A type of ReleaseFileEntry that describes a nested Release file.
These often appear next to Packages or Sources files and contain a control paragraph
to describe the defined component.
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 ReleaseReleaseFileEntry<'a>
impl<'a> Send for ReleaseReleaseFileEntry<'a>
impl<'a> Sync for ReleaseReleaseFileEntry<'a>
impl<'a> Unpin for ReleaseReleaseFileEntry<'a>
impl<'a> UnwindSafe for ReleaseReleaseFileEntry<'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
