pub struct ContainerStartOptions {
pub checkpoint_id: Option<String>,
pub checkpoint_dir: Option<String>,
}
Expand description
ContainerStartOptions holds parameters to start containers.
Fields§
§checkpoint_id: Option<String>
§checkpoint_dir: Option<String>
Trait Implementations§
Source§impl Clone for ContainerStartOptions
impl Clone for ContainerStartOptions
Source§fn clone(&self) -> ContainerStartOptions
fn clone(&self) -> ContainerStartOptions
Returns a copy 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 Debug for ContainerStartOptions
impl Debug for ContainerStartOptions
Source§impl Default for ContainerStartOptions
impl Default for ContainerStartOptions
Source§fn default() -> ContainerStartOptions
fn default() -> ContainerStartOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ContainerStartOptions
impl RefUnwindSafe for ContainerStartOptions
impl Send for ContainerStartOptions
impl Sync for ContainerStartOptions
impl Unpin for ContainerStartOptions
impl UnwindSafe for ContainerStartOptions
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