pub struct EngineRef { /* private fields */ }Expand description
The local Docker engine, proven reachable by a bounded probe.
v1 is local-only by construction: there is no endpoint field to parse, and there is deliberately no way to construct one without the probe — a remote-engine field is earned with DC5, not reserved.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EngineRef
impl RefUnwindSafe for EngineRef
impl Send for EngineRef
impl Sync for EngineRef
impl Unpin for EngineRef
impl UnsafeUnpin for EngineRef
impl UnwindSafe for EngineRef
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