Struct kube_core::params::Preconditions
source · [−]Expand description
Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.
Fields
resource_version: Option<String>
Specifies the target ResourceVersion
uid: Option<String>
Specifies the target UID
Trait Implementations
sourceimpl Clone for Preconditions
impl Clone for Preconditions
sourcefn clone(&self) -> Preconditions
fn clone(&self) -> Preconditions
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 more
sourceimpl Debug for Preconditions
impl Debug for Preconditions
sourceimpl Default for Preconditions
impl Default for Preconditions
sourcefn default() -> Preconditions
fn default() -> Preconditions
Returns the “default value” for a type. Read more
sourceimpl Serialize for Preconditions
impl Serialize for Preconditions
Auto Trait Implementations
impl RefUnwindSafe for Preconditions
impl Send for Preconditions
impl Sync for Preconditions
impl Unpin for Preconditions
impl UnwindSafe for Preconditions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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