pub struct PodCreateOpts { /* private fields */ }
Expand description
Adjust the way a pod is created.
Implementations§
Source§impl PodCreateOpts
impl PodCreateOpts
Sourcepub fn builder() -> PodCreateOptsBuilder
pub fn builder() -> PodCreateOptsBuilder
Returns a new instance of a builder for PodCreateOpts.
Source§impl PodCreateOpts
impl PodCreateOpts
Trait Implementations§
Source§impl Clone for PodCreateOpts
impl Clone for PodCreateOpts
Source§fn clone(&self) -> PodCreateOpts
fn clone(&self) -> PodCreateOpts
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PodCreateOpts
impl Debug for PodCreateOpts
Source§impl Default for PodCreateOpts
impl Default for PodCreateOpts
Source§fn default() -> PodCreateOpts
fn default() -> PodCreateOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PodCreateOpts
impl RefUnwindSafe for PodCreateOpts
impl Send for PodCreateOpts
impl Sync for PodCreateOpts
impl Unpin for PodCreateOpts
impl UnwindSafe for PodCreateOpts
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