pub struct Entry<'t> {
table: &'t Table,
id: Handle,
}Expand description
Fields§
§table: &'t Table§id: HandleImplementations§
Source§impl<'t> Entry<'t>
impl<'t> Entry<'t>
Sourcepub fn lazy_imports(&self) -> Option<&SymMap<Path>>
pub fn lazy_imports(&self) -> Option<&SymMap<Path>>
Gets the lazy-imports list for this node
Sourcepub fn glob_imports(&self) -> Option<&[Path]>
pub fn glob_imports(&self) -> Option<&[Path]>
Gets the glob-imports list for this node
Sourcepub fn impl_target(&self) -> Option<Entry<'_>>
pub fn impl_target(&self) -> Option<Entry<'_>>
Gets the impl target of this Entry
Trait Implementations§
Auto Trait Implementations§
impl<'t> Freeze for Entry<'t>
impl<'t> RefUnwindSafe for Entry<'t>
impl<'t> Send for Entry<'t>
impl<'t> Sync for Entry<'t>
impl<'t> Unpin for Entry<'t>
impl<'t> UnwindSafe for Entry<'t>
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