pub enum LLVMOrcOpaqueLazyCallThroughManager {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LLVMOrcOpaqueLazyCallThroughManager
impl RefUnwindSafe for LLVMOrcOpaqueLazyCallThroughManager
impl Send for LLVMOrcOpaqueLazyCallThroughManager
impl Sync for LLVMOrcOpaqueLazyCallThroughManager
impl Unpin for LLVMOrcOpaqueLazyCallThroughManager
impl UnwindSafe for LLVMOrcOpaqueLazyCallThroughManager
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