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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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