pub struct ContainerStop {
pub t: Option<i64>,
}
Available on crate feature
v4
only.Fields§
§t: Option<i64>
number of seconds to wait before killing container
Trait Implementations§
Source§impl Debug for ContainerStop
impl Debug for ContainerStop
Source§impl Default for ContainerStop
impl Default for ContainerStop
Source§fn default() -> ContainerStop
fn default() -> ContainerStop
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ContainerStop
impl RefUnwindSafe for ContainerStop
impl Send for ContainerStop
impl Sync for ContainerStop
impl Unpin for ContainerStop
impl UnwindSafe for ContainerStop
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