pub struct IRValidator { /* private fields */ }Expand description
IR 模块验证器
Implementations§
Auto Trait Implementations§
impl Freeze for IRValidator
impl RefUnwindSafe for IRValidator
impl Send for IRValidator
impl Sync for IRValidator
impl Unpin for IRValidator
impl UnsafeUnpin for IRValidator
impl UnwindSafe for IRValidator
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