pub enum DiskSpace {
Require(u64),
Free(u64),
}
Expand description
Disk Space that apt
will use for a transaction.
Variants§
Auto Trait Implementations§
impl Freeze for DiskSpace
impl RefUnwindSafe for DiskSpace
impl Send for DiskSpace
impl Sync for DiskSpace
impl Unpin for DiskSpace
impl UnwindSafe for DiskSpace
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