pub enum InstallSkipReason {
UnknownAdapter,
UnsupportedEntity,
MissingSource,
NothingDeployed,
DryRun,
}Expand description
Why an install target was skipped instead of being updated.
Variants§
Trait Implementations§
Source§impl Clone for InstallSkipReason
impl Clone for InstallSkipReason
Source§fn clone(&self) -> InstallSkipReason
fn clone(&self) -> InstallSkipReason
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 moreSource§impl Debug for InstallSkipReason
impl Debug for InstallSkipReason
Source§impl PartialEq for InstallSkipReason
impl PartialEq for InstallSkipReason
impl Copy for InstallSkipReason
impl Eq for InstallSkipReason
impl StructuralPartialEq for InstallSkipReason
Auto Trait Implementations§
impl Freeze for InstallSkipReason
impl RefUnwindSafe for InstallSkipReason
impl Send for InstallSkipReason
impl Sync for InstallSkipReason
impl Unpin for InstallSkipReason
impl UnsafeUnpin for InstallSkipReason
impl UnwindSafe for InstallSkipReason
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