pub struct PlayKubernetesYamlOpts { /* private fields */ }
Expand description
Adjust how a kubernetes YAML will create pods and containers.
Implementations§
Source§impl PlayKubernetesYamlOpts
impl PlayKubernetesYamlOpts
Sourcepub fn builder() -> PlayKubernetesYamlOptsBuilder
pub fn builder() -> PlayKubernetesYamlOptsBuilder
Returns a new instance of a builder for PlayKubernetesYamlOpts.
Trait Implementations§
Source§impl Clone for PlayKubernetesYamlOpts
impl Clone for PlayKubernetesYamlOpts
Source§fn clone(&self) -> PlayKubernetesYamlOpts
fn clone(&self) -> PlayKubernetesYamlOpts
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 PlayKubernetesYamlOpts
impl Debug for PlayKubernetesYamlOpts
Source§impl Default for PlayKubernetesYamlOpts
impl Default for PlayKubernetesYamlOpts
Source§fn default() -> PlayKubernetesYamlOpts
fn default() -> PlayKubernetesYamlOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PlayKubernetesYamlOpts
impl RefUnwindSafe for PlayKubernetesYamlOpts
impl Send for PlayKubernetesYamlOpts
impl Sync for PlayKubernetesYamlOpts
impl Unpin for PlayKubernetesYamlOpts
impl UnwindSafe for PlayKubernetesYamlOpts
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