pub enum TypeStringRepresentation {
Type(String),
}Expand description
TODO could be more things, for instance a property missing etc
Variants§
Implementations§
source§impl TypeStringRepresentation
impl TypeStringRepresentation
pub fn from_type_id( id: TypeId, ctx: &GeneralContext<'_>, types: &TypeStore, debug_mode: bool ) -> Self
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TypeStringRepresentation
impl Send for TypeStringRepresentation
impl Sync for TypeStringRepresentation
impl Unpin for TypeStringRepresentation
impl UnwindSafe for TypeStringRepresentation
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