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