pub struct ResolvedFigureEntry {
pub name: String,
pub decl: FigureDecl,
pub span: Span,
}Expand description
A resolved figure declaration.
Fields§
§name: String§decl: FigureDecl§span: SpanTrait Implementations§
Auto Trait Implementations§
impl Freeze for ResolvedFigureEntry
impl RefUnwindSafe for ResolvedFigureEntry
impl Send for ResolvedFigureEntry
impl Sync for ResolvedFigureEntry
impl Unpin for ResolvedFigureEntry
impl UnsafeUnpin for ResolvedFigureEntry
impl UnwindSafe for ResolvedFigureEntry
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