pub struct ContainerStopLibpod {
    pub timeout: Option<i64>,
    pub ignore: Option<bool>,
}Available on crate feature 
v5 only.Fields§
§timeout: Option<i64>number of seconds to wait before killing container
ignore: Option<bool>do not return error if container is already stopped
Trait Implementations§
Source§impl Debug for ContainerStopLibpod
 
impl Debug for ContainerStopLibpod
Source§impl Default for ContainerStopLibpod
 
impl Default for ContainerStopLibpod
Source§fn default() -> ContainerStopLibpod
 
fn default() -> ContainerStopLibpod
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ContainerStopLibpod
impl RefUnwindSafe for ContainerStopLibpod
impl Send for ContainerStopLibpod
impl Sync for ContainerStopLibpod
impl Unpin for ContainerStopLibpod
impl UnwindSafe for ContainerStopLibpod
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