pub struct LineId {
pub container: DefinitionId,
pub index: u16,
}Expand description
A reference to a specific line within a container.
Fields§
§container: DefinitionId§index: u16Trait Implementations§
impl Copy for LineId
impl Eq for LineId
impl StructuralPartialEq for LineId
Auto Trait Implementations§
impl Freeze for LineId
impl RefUnwindSafe for LineId
impl Send for LineId
impl Sync for LineId
impl Unpin for LineId
impl UnsafeUnpin for LineId
impl UnwindSafe for LineId
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