Struct stc_ts_types::module_id::ModuleIdGenerator
source · [−]Expand description
Each module has a unique id and Mark for top-level items
Fields
cache: RwLock<Data>
Implementations
Trait Implementations
sourceimpl Default for ModuleIdGenerator
impl Default for ModuleIdGenerator
sourcefn default() -> ModuleIdGenerator
fn default() -> ModuleIdGenerator
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ModuleIdGenerator
impl Send for ModuleIdGenerator
impl Sync for ModuleIdGenerator
impl Unpin for ModuleIdGenerator
impl UnwindSafe for ModuleIdGenerator
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more