pub struct JitAllocError;
Expand description
Anonymous error that may be returned by JitAlloc
implementations when JitAlloc::alloc
or
JitAlloc::release
fail.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JitAllocError
impl RefUnwindSafe for JitAllocError
impl Send for JitAllocError
impl Sync for JitAllocError
impl Unpin for JitAllocError
impl UnwindSafe for JitAllocError
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