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