pub struct StandardTypes(/* private fields */);Implementations§
Source§impl StandardTypes
impl StandardTypes
pub fn with(lib: TypeLib) -> StandardTypes
pub fn type_system(&self, schema: Schema) -> TypeSystem
pub fn get(&self, name: &'static str) -> SemId
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StandardTypes
impl RefUnwindSafe for StandardTypes
impl Send for StandardTypes
impl Sync for StandardTypes
impl Unpin for StandardTypes
impl UnsafeUnpin for StandardTypes
impl UnwindSafe for StandardTypes
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