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