pub struct UnfrozenFigureEntry {
pub name: ScopedName,
pub decl: FigureDecl,
pub span: Span,
}Expand description
A figure declaration awaiting field lowering at UnfrozenIR::freeze.
Fields§
§name: ScopedName§decl: FigureDecl§span: SpanTrait Implementations§
Source§impl Clone for UnfrozenFigureEntry
impl Clone for UnfrozenFigureEntry
Source§fn clone(&self) -> UnfrozenFigureEntry
fn clone(&self) -> UnfrozenFigureEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for UnfrozenFigureEntry
impl RefUnwindSafe for UnfrozenFigureEntry
impl Send for UnfrozenFigureEntry
impl Sync for UnfrozenFigureEntry
impl Unpin for UnfrozenFigureEntry
impl UnsafeUnpin for UnfrozenFigureEntry
impl UnwindSafe for UnfrozenFigureEntry
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