pub struct CommonTypes(/* private fields */);
Implementations§
Source§impl CommonTypes
impl CommonTypes
pub fn new() -> Self
pub fn type_system(&self) -> TypeSystem
pub fn get(&self, name: &'static str) -> SemId
Trait Implementations§
Source§impl Debug for CommonTypes
impl Debug for CommonTypes
Auto Trait Implementations§
impl Freeze for CommonTypes
impl RefUnwindSafe for CommonTypes
impl Send for CommonTypes
impl Sync for CommonTypes
impl Unpin for CommonTypes
impl UnwindSafe for CommonTypes
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