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