pub enum NamespaceProbe {
Exec(Vec<String>),
TcpConnect(u16),
}Expand description
Minimal probe operations that can be executed after joining container namespaces.
Variants§
Auto Trait Implementations§
impl Freeze for NamespaceProbe
impl RefUnwindSafe for NamespaceProbe
impl Send for NamespaceProbe
impl Sync for NamespaceProbe
impl Unpin for NamespaceProbe
impl UnsafeUnpin for NamespaceProbe
impl UnwindSafe for NamespaceProbe
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