pub struct ContainerStopOptions<'a> {
pub name: &'a str,
pub ignore: Option<bool>,
pub timeout: Option<i64>,
}
Fields§
§name: &'a str
§ignore: Option<bool>
§timeout: Option<i64>
Trait Implementations§
Source§impl<'a> Default for ContainerStopOptions<'a>
impl<'a> Default for ContainerStopOptions<'a>
Source§fn default() -> ContainerStopOptions<'a>
fn default() -> ContainerStopOptions<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for ContainerStopOptions<'a>
impl<'a> RefUnwindSafe for ContainerStopOptions<'a>
impl<'a> Send for ContainerStopOptions<'a>
impl<'a> Sync for ContainerStopOptions<'a>
impl<'a> Unpin for ContainerStopOptions<'a>
impl<'a> UnwindSafe for ContainerStopOptions<'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