Enum telety_impl::alias::Index
source · pub enum Index {
Primary,
Secondary(usize),
}Expand description
Indicates the type and index of an alias.
Variants§
Primary
An alias to the item itself, like Self.
Secondary(usize)
An alias to a top-level type in the item.
Trait Implementations§
source§impl PartialEq for Index
impl PartialEq for Index
impl Copy for Index
impl Eq for Index
impl StructuralPartialEq for Index
Auto Trait Implementations§
impl Freeze for Index
impl RefUnwindSafe for Index
impl Send for Index
impl Sync for Index
impl Unpin for Index
impl UnwindSafe for Index
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