pub struct InternTables { /* private fields */ }Expand description
Append-only intern tables. Extension is committer-owned in stores
(G-1); in-process users own their instance, so &mut is the guard.
Implementations§
Source§impl InternTables
impl InternTables
Sourcepub fn stage_name(&self, id: StageId) -> Option<&Stage>
pub fn stage_name(&self, id: StageId) -> Option<&Stage>
Resolve a stage id back to its slug.
Trait Implementations§
Source§impl Debug for InternTables
impl Debug for InternTables
Source§impl Default for InternTables
impl Default for InternTables
Source§fn default() -> InternTables
fn default() -> InternTables
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InternTables
impl RefUnwindSafe for InternTables
impl Send for InternTables
impl Sync for InternTables
impl Unpin for InternTables
impl UnsafeUnpin for InternTables
impl UnwindSafe for InternTables
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