pub enum RsxItem {
Attribute(Attribute),
Spread(Spread),
Child(BodyNode),
}
Variants§
Implementations§
Auto Trait Implementations§
impl !Freeze for RsxItem
impl !RefUnwindSafe for RsxItem
impl !Send for RsxItem
impl !Sync for RsxItem
impl Unpin for RsxItem
impl UnwindSafe for RsxItem
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