pub struct ContainerFromOpts {
pub registry_service: Option<Id>,
}Fields§
§registry_service: Option<Id>Service to use as the registry endpoint for the image address. The service will be started only for this pull.
Trait Implementations§
Source§impl Debug for ContainerFromOpts
impl Debug for ContainerFromOpts
Source§impl PartialEq for ContainerFromOpts
impl PartialEq for ContainerFromOpts
Source§fn eq(&self, other: &ContainerFromOpts) -> bool
fn eq(&self, other: &ContainerFromOpts) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ContainerFromOpts
Auto Trait Implementations§
impl Freeze for ContainerFromOpts
impl RefUnwindSafe for ContainerFromOpts
impl Send for ContainerFromOpts
impl Sync for ContainerFromOpts
impl Unpin for ContainerFromOpts
impl UnsafeUnpin for ContainerFromOpts
impl UnwindSafe for ContainerFromOpts
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