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