struct Baked(Handle<Expression>);
Expand description
A type for displaying expression handles as baking identifiers.
Given an Expression
Handle
h
, Baked(h)
implements
std::fmt::Display
, showing the handle’s index prefixed by
_e
.
Tuple Fields§
§0: Handle<Expression>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Baked
impl RefUnwindSafe for Baked
impl Send for Baked
impl Sync for Baked
impl Unpin for Baked
impl UnwindSafe for Baked
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