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