pub enum DeleteStatus<S>where
S: Spec,{
Deleted(MetaStatus),
ForegroundDelete(K8Obj<S>),
}Variants§
Deleted(MetaStatus)
ForegroundDelete(K8Obj<S>)
Trait Implementations§
Source§impl<S> Clone for DeleteStatus<S>
impl<S> Clone for DeleteStatus<S>
Source§fn clone(&self) -> DeleteStatus<S>
fn clone(&self) -> DeleteStatus<S>
Returns a duplicate 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 moreAuto Trait Implementations§
impl<S> Freeze for DeleteStatus<S>
impl<S> RefUnwindSafe for DeleteStatus<S>
impl<S> Send for DeleteStatus<S>
impl<S> Sync for DeleteStatus<S>
impl<S> Unpin for DeleteStatus<S>
impl<S> UnwindSafe for DeleteStatus<S>
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