Struct rust_apt::raw::progress::AptInstallProgress
source · 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 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