pub struct SourceOrder;Expand description
The order the parser wrote them in — FieldOrder for a plan lowered
outside a compilation, where there is no other spelling to agree with.
Correct on its own terms: with one spelling of a shape, the first one is the canonical one. It is what the teardown and plan tests use, and what makes those tests independent of the type arena.
Trait Implementations§
Source§impl FieldOrder for SourceOrder
impl FieldOrder for SourceOrder
Auto Trait Implementations§
impl Freeze for SourceOrder
impl RefUnwindSafe for SourceOrder
impl Send for SourceOrder
impl Sync for SourceOrder
impl Unpin for SourceOrder
impl UnsafeUnpin for SourceOrder
impl UnwindSafe for SourceOrder
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