pub struct Ind(pub usize);Expand description
Indicator of the node use to index the sequence position.
Tuple Fields
0: usizeTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Ind
impl Send for Ind
impl Sync for Ind
impl Unpin for Ind
impl UnwindSafe for Ind
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more