pub struct ImageGetLibpod<'a> {
    pub format: Option<&'a str>,
    pub compress: Option<bool>,
}Available on crate feature 
v5 only.Fields§
§format: Option<&'a str>format for exported image
compress: Option<bool>use compression on image
Trait Implementations§
Source§impl<'a> Debug for ImageGetLibpod<'a>
 
impl<'a> Debug for ImageGetLibpod<'a>
Source§impl<'a> Default for ImageGetLibpod<'a>
 
impl<'a> Default for ImageGetLibpod<'a>
Source§fn default() -> ImageGetLibpod<'a>
 
fn default() -> ImageGetLibpod<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for ImageGetLibpod<'a>
impl<'a> RefUnwindSafe for ImageGetLibpod<'a>
impl<'a> Send for ImageGetLibpod<'a>
impl<'a> Sync for ImageGetLibpod<'a>
impl<'a> Unpin for ImageGetLibpod<'a>
impl<'a> UnwindSafe for ImageGetLibpod<'a>
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