Struct containerd_shim::monitor::ExitEvent
source · pub struct ExitEvent {
pub subject: Subject,
pub exit_code: i32,
}
Fields§
§subject: Subject
§exit_code: i32
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ExitEvent
impl Send for ExitEvent
impl Sync for ExitEvent
impl Unpin for ExitEvent
impl UnwindSafe for ExitEvent
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