pub struct TypeTag {
    pub span: Span,
    pub name: Text,
}Fields§
§span: Span§name: TextTrait Implementations§
source§impl PartialEq for TypeTag
 
impl PartialEq for TypeTag
impl StructuralPartialEq for TypeTag
Auto Trait Implementations§
impl RefUnwindSafe for TypeTag
impl Send for TypeTag
impl Sync for TypeTag
impl Unpin for TypeTag
impl UnwindSafe for TypeTag
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