Expand description
Disk Space that apt will use for a transaction.
Variants
Require(u64)
Additional Disk Space required.
Free(u64)
Disk Space that will be freed
Auto Trait Implementations
impl RefUnwindSafe for DiskSpace
impl Send for DiskSpace
impl Sync for DiskSpace
impl Unpin for DiskSpace
impl UnwindSafe for DiskSpace
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