Enum xen::grant_table::Error
source · [−]pub enum Error {
Hypercall(Error),
Operation(GrantStatusError),
}
Expand description
Grant table error
Variants
Hypercall(Error)
Error from the hypercall in a grant table operation
Operation(GrantStatusError)
Error returned in status field of operation argument
Trait Implementations
sourceimpl From<GrantStatusError> for Error
impl From<GrantStatusError> for Error
sourcefn from(e: GrantStatusError) -> Self
fn from(e: GrantStatusError) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for Error
impl Send for Error
impl Sync for Error
impl Unpin for Error
impl UnwindSafe for Error
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more