pub enum ScopedTag {
Global(Node),
Local(Node),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ScopedTag
impl RefUnwindSafe for ScopedTag
impl Send for ScopedTag
impl Sync for ScopedTag
impl Unpin for ScopedTag
impl UnwindSafe for ScopedTag
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