Struct debian_packaging::repository::RepositoryWrite [−][src]
Fields
path: Cow<'a, str>The path that was written.
bytes_written: u64The number of bytes written.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for RepositoryWrite<'a>
impl<'a> Send for RepositoryWrite<'a>
impl<'a> Sync for RepositoryWrite<'a>
impl<'a> Unpin for RepositoryWrite<'a>
impl<'a> UnwindSafe for RepositoryWrite<'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
