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§
source§impl Clone for EvictParams
impl Clone for EvictParams
source§fn clone(&self) -> EvictParams
fn clone(&self) -> EvictParams
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for EvictParams
impl Default for EvictParams
source§fn 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§
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