pub struct ContainerAdapter;Expand description
Built-in adapter that executes container workloads through a supported engine.
Trait Implementations§
Source§impl Clone for ContainerAdapter
impl Clone for ContainerAdapter
Source§fn clone(&self) -> ContainerAdapter
fn clone(&self) -> ContainerAdapter
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ContainerAdapter
impl RefUnwindSafe for ContainerAdapter
impl Send for ContainerAdapter
impl Sync for ContainerAdapter
impl Unpin for ContainerAdapter
impl UnsafeUnpin for ContainerAdapter
impl UnwindSafe for ContainerAdapter
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