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