pub enum DiffType {
All,
Container,
Image,
}
Expand description
Used with ChangesOptsBuilder::diff_type
.
Variants§
Trait Implementations§
impl Copy for DiffType
impl Eq for DiffType
impl StructuralPartialEq for DiffType
Auto Trait Implementations§
impl Freeze for DiffType
impl RefUnwindSafe for DiffType
impl Send for DiffType
impl Sync for DiffType
impl Unpin for DiffType
impl UnwindSafe for DiffType
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