pub struct NodeId<'a>(pub &'a str);Expand description
Stable node identifier required for component-mode node declarations.
Tuple Fields§
§0: &'a strImplementations§
Trait Implementations§
impl<'a> Copy for NodeId<'a>
impl<'a> Eq for NodeId<'a>
impl<'a> StructuralPartialEq for NodeId<'a>
Auto Trait Implementations§
impl<'a> Freeze for NodeId<'a>
impl<'a> RefUnwindSafe for NodeId<'a>
impl<'a> Send for NodeId<'a>
impl<'a> Sync for NodeId<'a>
impl<'a> Unpin for NodeId<'a>
impl<'a> UnsafeUnpin for NodeId<'a>
impl<'a> UnwindSafe for NodeId<'a>
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