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