Struct rust_apt::progress::AptInstallProgress
source · [−]pub struct AptInstallProgress { /* private fields */ }Expand description
Default struct to handle the output of a transaction.
Implementations
Trait Implementations
sourceimpl Default for AptInstallProgress
impl Default for AptInstallProgress
sourceimpl InstallProgress for AptInstallProgress
impl InstallProgress for AptInstallProgress
Auto Trait Implementations
impl RefUnwindSafe for AptInstallProgress
impl Send for AptInstallProgress
impl Sync for AptInstallProgress
impl Unpin for AptInstallProgress
impl UnwindSafe for AptInstallProgress
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more