Struct bollard::container::StopContainerOptions
source · pub struct StopContainerOptions {
pub t: i64,
}
Expand description
Parameters used in the Stop Container API
§Examples
use bollard::container::StopContainerOptions;
StopContainerOptions{ t: 30, };
Fields§
§t: i64
Number of seconds to wait before killing the container
Trait Implementations§
source§impl Clone for StopContainerOptions
impl Clone for StopContainerOptions
source§fn clone(&self) -> StopContainerOptions
fn clone(&self) -> StopContainerOptions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for StopContainerOptions
impl Debug for StopContainerOptions
source§impl Default for StopContainerOptions
impl Default for StopContainerOptions
source§fn default() -> StopContainerOptions
fn default() -> StopContainerOptions
Returns the “default value” for a type. Read more
source§impl PartialEq for StopContainerOptions
impl PartialEq for StopContainerOptions
source§impl Serialize for StopContainerOptions
impl Serialize for StopContainerOptions
impl Copy for StopContainerOptions
impl StructuralPartialEq for StopContainerOptions
Auto Trait Implementations§
impl Freeze for StopContainerOptions
impl RefUnwindSafe for StopContainerOptions
impl Send for StopContainerOptions
impl Sync for StopContainerOptions
impl Unpin for StopContainerOptions
impl UnwindSafe for StopContainerOptions
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)