pub struct CIrValue { /* private fields */ }Auto Trait Implementations§
impl Freeze for CIrValue
impl RefUnwindSafe for CIrValue
impl Send for CIrValue
impl Sync for CIrValue
impl Unpin for CIrValue
impl UnsafeUnpin for CIrValue
impl UnwindSafe for CIrValue
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