pub struct ImageScpLibpod<'a> {
    pub destination: Option<&'a str>,
    pub quiet: Option<bool>,
}Available on crate feature 
v4 only.Fields§
§destination: Option<&'a str>dest connection/image
quiet: Option<bool>quiet output
Trait Implementations§
Source§impl<'a> Debug for ImageScpLibpod<'a>
 
impl<'a> Debug for ImageScpLibpod<'a>
Source§impl<'a> Default for ImageScpLibpod<'a>
 
impl<'a> Default for ImageScpLibpod<'a>
Source§fn default() -> ImageScpLibpod<'a>
 
fn default() -> ImageScpLibpod<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for ImageScpLibpod<'a>
impl<'a> RefUnwindSafe for ImageScpLibpod<'a>
impl<'a> Send for ImageScpLibpod<'a>
impl<'a> Sync for ImageScpLibpod<'a>
impl<'a> Unpin for ImageScpLibpod<'a>
impl<'a> UnwindSafe for ImageScpLibpod<'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