Enum v_common::module::module_impl::PrepareError
source · [−]#[repr(u8)]
pub enum PrepareError {
Fatal,
Recoverable,
}Variants
Fatal
Recoverable
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PrepareError
impl Send for PrepareError
impl Sync for PrepareError
impl Unpin for PrepareError
impl UnwindSafe for PrepareError
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