pub struct PodKubePlayRemoveOptions {
pub force: Option<bool>,
}
Fields§
§force: Option<bool>
Trait Implementations§
Source§impl Default for PodKubePlayRemoveOptions
impl Default for PodKubePlayRemoveOptions
Source§fn default() -> PodKubePlayRemoveOptions
fn default() -> PodKubePlayRemoveOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PodKubePlayRemoveOptions
impl RefUnwindSafe for PodKubePlayRemoveOptions
impl Send for PodKubePlayRemoveOptions
impl Sync for PodKubePlayRemoveOptions
impl Unpin for PodKubePlayRemoveOptions
impl UnwindSafe for PodKubePlayRemoveOptions
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