Struct debian_packaging::repository::contents::ContentsFileReader [−][src]
pub struct ContentsFileReader<R> { /* fields omitted */ }Implementations
Consumes the instance, returning the original reader.
Consume the instance and return the inner ContentsFile and the reader.
Trait Implementations
Auto Trait Implementations
impl<R> RefUnwindSafe for ContentsFileReader<R> where
R: RefUnwindSafe,
impl<R> Send for ContentsFileReader<R> where
R: Send,
impl<R> Sync for ContentsFileReader<R> where
R: Sync,
impl<R> Unpin for ContentsFileReader<R> where
R: Unpin,
impl<R> UnwindSafe for ContentsFileReader<R> where
R: UnwindSafe,
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
