pub struct CodeTag;Implementations§
Source§impl CodeTag
impl CodeTag
pub fn type_check(&self, attr: &dyn CodeCompat)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CodeTag
impl RefUnwindSafe for CodeTag
impl Send for CodeTag
impl Sync for CodeTag
impl Unpin for CodeTag
impl UnwindSafe for CodeTag
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