Struct kube_core::params::PostParams
source · [−]Expand description
Common query parameters for put/post calls
Fields
dry_run: bool
Whether to run this as a dry run
field_manager: Option<String>
fieldManager is a name of the actor that is making changes
Trait Implementations
sourceimpl Clone for PostParams
impl Clone for PostParams
sourcefn clone(&self) -> PostParams
fn clone(&self) -> PostParams
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for PostParams
impl Debug for PostParams
sourceimpl Default for PostParams
impl Default for PostParams
sourcefn default() -> PostParams
fn default() -> PostParams
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PostParams
impl Send for PostParams
impl Sync for PostParams
impl Unpin for PostParams
impl UnwindSafe for PostParams
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more