pub struct ImageTreeLibpod {
    pub whatrequires: Option<bool>,
}Available on crate feature 
v5 only.Fields§
§whatrequires: Option<bool>show all child images and layers of the specified image
Trait Implementations§
Source§impl Debug for ImageTreeLibpod
 
impl Debug for ImageTreeLibpod
Source§impl Default for ImageTreeLibpod
 
impl Default for ImageTreeLibpod
Source§fn default() -> ImageTreeLibpod
 
fn default() -> ImageTreeLibpod
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ImageTreeLibpod
impl RefUnwindSafe for ImageTreeLibpod
impl Send for ImageTreeLibpod
impl Sync for ImageTreeLibpod
impl Unpin for ImageTreeLibpod
impl UnwindSafe for ImageTreeLibpod
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