pub enum ResolveVhd1DiskError {
Open(OpenError),
InvalidDisk(InvalidDisk),
}Variants§
Trait Implementations§
Source§impl Debug for ResolveVhd1DiskError
impl Debug for ResolveVhd1DiskError
Source§impl Display for ResolveVhd1DiskError
impl Display for ResolveVhd1DiskError
Source§impl Error for ResolveVhd1DiskError
impl Error for ResolveVhd1DiskError
Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for ResolveVhd1DiskError
impl !RefUnwindSafe for ResolveVhd1DiskError
impl Send for ResolveVhd1DiskError
impl Sync for ResolveVhd1DiskError
impl Unpin for ResolveVhd1DiskError
impl UnsafeUnpin for ResolveVhd1DiskError
impl !UnwindSafe for ResolveVhd1DiskError
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