pub struct ContainerSystemConfig { /* private fields */ }
Expand description
A container system config
Implementations§
Source§impl ContainerSystemConfig
impl ContainerSystemConfig
Sourcepub async fn build(&self) -> Result<ContainerSystem, Error>
pub async fn build(&self) -> Result<ContainerSystem, Error>
Build and run a container based on name
Trait Implementations§
Source§impl Clone for ContainerSystemConfig
impl Clone for ContainerSystemConfig
Source§fn clone(&self) -> ContainerSystemConfig
fn clone(&self) -> ContainerSystemConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'de> Deserialize<'de> for ContainerSystemConfig
impl<'de> Deserialize<'de> for ContainerSystemConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ContainerSystemConfig
impl RefUnwindSafe for ContainerSystemConfig
impl Send for ContainerSystemConfig
impl Sync for ContainerSystemConfig
impl Unpin for ContainerSystemConfig
impl UnwindSafe for ContainerSystemConfig
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