pub struct ContainerKillLibpod<'a> {
    pub signal: Option<&'a str>,
}Available on crate feature 
v5 only.Fields§
§signal: Option<&'a str>signal to be sent to container, either by integer or SIG_ name
Trait Implementations§
Source§impl<'a> Debug for ContainerKillLibpod<'a>
 
impl<'a> Debug for ContainerKillLibpod<'a>
Source§impl<'a> Default for ContainerKillLibpod<'a>
 
impl<'a> Default for ContainerKillLibpod<'a>
Source§fn default() -> ContainerKillLibpod<'a>
 
fn default() -> ContainerKillLibpod<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for ContainerKillLibpod<'a>
impl<'a> RefUnwindSafe for ContainerKillLibpod<'a>
impl<'a> Send for ContainerKillLibpod<'a>
impl<'a> Sync for ContainerKillLibpod<'a>
impl<'a> Unpin for ContainerKillLibpod<'a>
impl<'a> UnwindSafe for ContainerKillLibpod<'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