pub struct DockerSandboxAdapter {
pub image: String,
}Fields§
§image: StringImplementations§
Auto Trait Implementations§
impl Freeze for DockerSandboxAdapter
impl RefUnwindSafe for DockerSandboxAdapter
impl Send for DockerSandboxAdapter
impl Sync for DockerSandboxAdapter
impl Unpin for DockerSandboxAdapter
impl UnsafeUnpin for DockerSandboxAdapter
impl UnwindSafe for DockerSandboxAdapter
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