Struct debian_packaging::repository::release::SourcesFileEntry [−][src]
pub struct SourcesFileEntry<'a> {
pub entry: ReleaseFileEntry<'a>,
pub compression: Compression,
}Expand description
A type of ReleaseFileEntry that describes a Sources file.
Fields
entry: ReleaseFileEntry<'a>compression: CompressionTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<'a> RefUnwindSafe for SourcesFileEntry<'a>
impl<'a> Send for SourcesFileEntry<'a>
impl<'a> Sync for SourcesFileEntry<'a>
impl<'a> Unpin for SourcesFileEntry<'a>
impl<'a> UnwindSafe for SourcesFileEntry<'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
