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