TableId

Type Alias TableId 

Source
pub type TableId = TypedId<1>;

Aliased Type§

pub struct TableId {
    pub(crate) inner: u32,
}

Fields§

§inner: u32

Implementations§

Source§

impl TableId

Source

pub const fn placeholder() -> Self

Sometimes the id field is filled later, we use this value for better debugging.

Source

pub fn is_placeholder(&self) -> bool

Source§

impl TableId

Source

pub fn as_job_id(self) -> JobId