pub enum ContextRmPlanError {
ScopeRequired,
}Expand description
Invalid context rm selector combinations.
Variants§
ScopeRequired
Neither --all nor --scope was supplied.
Implementations§
Trait Implementations§
Source§impl Clone for ContextRmPlanError
impl Clone for ContextRmPlanError
Source§fn clone(&self) -> ContextRmPlanError
fn clone(&self) -> ContextRmPlanError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ContextRmPlanError
Source§impl Debug for ContextRmPlanError
impl Debug for ContextRmPlanError
impl Eq for ContextRmPlanError
Source§impl PartialEq for ContextRmPlanError
impl PartialEq for ContextRmPlanError
impl StructuralPartialEq for ContextRmPlanError
Auto Trait Implementations§
impl Freeze for ContextRmPlanError
impl RefUnwindSafe for ContextRmPlanError
impl Send for ContextRmPlanError
impl Sync for ContextRmPlanError
impl Unpin for ContextRmPlanError
impl UnsafeUnpin for ContextRmPlanError
impl UnwindSafe for ContextRmPlanError
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