pub struct Execs { /* private fields */ }Expand description
Handle for Podman Execs.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Execs
impl !UnwindSafe for Execs
impl Freeze for Execs
impl Send for Execs
impl Sync for Execs
impl Unpin for Execs
impl UnsafeUnpin for Execs
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