pub struct TagOther {
pub id: String,
pub loc: SourceRange,
}
Fields§
§id: String
§loc: SourceRange
Trait Implementations§
impl Eq for TagOther
Auto Trait Implementations§
impl Freeze for TagOther
impl RefUnwindSafe for TagOther
impl Send for TagOther
impl Sync for TagOther
impl Unpin for TagOther
impl UnwindSafe for TagOther
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