pub struct IdentPath {
pub segs: [LiveId; 6],
pub len: usize,
}
Fields§
§segs: [LiveId; 6]
§len: usize
Implementations§
Trait Implementations§
Source§impl Ord for IdentPath
impl Ord for IdentPath
Source§impl PartialOrd for IdentPath
impl PartialOrd for IdentPath
impl Copy for IdentPath
impl Eq for IdentPath
impl StructuralPartialEq for IdentPath
Auto Trait Implementations§
impl Freeze for IdentPath
impl RefUnwindSafe for IdentPath
impl Send for IdentPath
impl Sync for IdentPath
impl Unpin for IdentPath
impl UnwindSafe for IdentPath
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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