Struct kube_core::subresource::EvictParams
source · [−]pub struct EvictParams {
pub delete_options: Option<DeleteParams>,
pub post_options: PostParams,
}
Expand description
Params for evictable objects
Fields
delete_options: Option<DeleteParams>
How the eviction should occur
post_options: PostParams
How the http post should occur
Trait Implementations
sourceimpl Clone for EvictParams
impl Clone for EvictParams
sourcefn clone(&self) -> EvictParams
fn clone(&self) -> EvictParams
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 Default for EvictParams
impl Default for EvictParams
sourcefn default() -> EvictParams
fn default() -> EvictParams
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for EvictParams
impl Send for EvictParams
impl Sync for EvictParams
impl Unpin for EvictParams
impl UnwindSafe for EvictParams
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