Enum perseus_cli::errors::EjectionError
source ·
[−]pub enum EjectionError {
GitignoreUpdateFailed {
source: Error,
},
GitignoreLineNotPresent,
DeclarationWriteFailed {
source: Error,
},
CleanAfterEject,
TinkerAfterEject,
}Expand description
Errors that can occur while ejecting or as a result of doing so.
Variants
GitignoreUpdateFailed
Fields
source: ErrorGitignoreLineNotPresent
DeclarationWriteFailed
Fields
source: ErrorCleanAfterEject
TinkerAfterEject
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for EjectionError
impl Send for EjectionError
impl Sync for EjectionError
impl Unpin for EjectionError
impl !UnwindSafe for EjectionError
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
