pub struct NodeSlot(pub usize);Expand description
Declaration-order node slot within one extracted component.
Tuple Fields§
§0: usizeImplementations§
Trait Implementations§
impl Copy for NodeSlot
impl Eq for NodeSlot
impl StructuralPartialEq for NodeSlot
Auto Trait Implementations§
impl Freeze for NodeSlot
impl RefUnwindSafe for NodeSlot
impl Send for NodeSlot
impl Sync for NodeSlot
impl Unpin for NodeSlot
impl UnsafeUnpin for NodeSlot
impl UnwindSafe for NodeSlot
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