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