Enum llvm_sys::LLVMModuleProvider
source · pub enum LLVMModuleProvider {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LLVMModuleProvider
impl RefUnwindSafe for LLVMModuleProvider
impl Send for LLVMModuleProvider
impl Sync for LLVMModuleProvider
impl Unpin for LLVMModuleProvider
impl UnwindSafe for LLVMModuleProvider
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