pub struct Itemscope;Expand description
The itemscope attribute
Trait Implementations§
Source§impl<'a, E> ElementData<E> for Itemscopewhere
E: HasItemscope<'a>,
impl<'a, E> ElementData<E> for Itemscopewhere
E: HasItemscope<'a>,
impl Eq for Itemscope
impl StructuralPartialEq for Itemscope
Auto Trait Implementations§
impl Freeze for Itemscope
impl RefUnwindSafe for Itemscope
impl Send for Itemscope
impl Sync for Itemscope
impl Unpin for Itemscope
impl UnwindSafe for Itemscope
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