pub enum DataUsageType {
Container,
Image,
Volume,
BuildCache,
}
Variants§
Trait Implementations§
Source§impl AsRef<str> for DataUsageType
impl AsRef<str> for DataUsageType
Source§impl Clone for DataUsageType
impl Clone for DataUsageType
Source§fn clone(&self) -> DataUsageType
fn clone(&self) -> DataUsageType
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for DataUsageType
Auto Trait Implementations§
impl Freeze for DataUsageType
impl RefUnwindSafe for DataUsageType
impl Send for DataUsageType
impl Sync for DataUsageType
impl Unpin for DataUsageType
impl UnwindSafe for DataUsageType
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