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