pub struct TagDecl {
pub name: String,
pub span: SourceSpan,
}Fields§
§name: String§span: SourceSpanTrait Implementations§
impl Eq for TagDecl
impl StructuralPartialEq for TagDecl
Auto Trait Implementations§
impl Freeze for TagDecl
impl RefUnwindSafe for TagDecl
impl Send for TagDecl
impl Sync for TagDecl
impl Unpin for TagDecl
impl UnsafeUnpin for TagDecl
impl UnwindSafe for TagDecl
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