Enum cargo_user::errors::ErrorStorage
source · [−]pub enum ErrorStorage {
NoPath,
NotDir,
CannotCreate(Error),
}Variants
NoPath
NotDir
CannotCreate(Error)
Trait Implementations
sourceimpl Debug for ErrorStorage
impl Debug for ErrorStorage
sourceimpl From<ErrorStorage> for Error
impl From<ErrorStorage> for Error
sourcefn from(err: ErrorStorage) -> Self
fn from(err: ErrorStorage) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl !RefUnwindSafe for ErrorStorage
impl Send for ErrorStorage
impl Sync for ErrorStorage
impl Unpin for ErrorStorage
impl !UnwindSafe for ErrorStorage
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more