pub struct AptInstallProgress { /* private fields */ }
Expand description
Default struct to handle the output of a transaction.
Implementations§
Trait Implementations§
Source§impl Default for AptInstallProgress
impl Default for AptInstallProgress
Auto Trait Implementations§
impl Freeze for AptInstallProgress
impl RefUnwindSafe for AptInstallProgress
impl Send for AptInstallProgress
impl Sync for AptInstallProgress
impl Unpin for AptInstallProgress
impl UnwindSafe for AptInstallProgress
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more