pub struct TypedExpr {
pub typ: Type,
pub kind: TypedExprKind,
}Fields§
§typ: Type§kind: TypedExprKindImplementations§
Trait Implementations§
impl StructuralPartialEq for TypedExpr
Auto Trait Implementations§
impl Freeze for TypedExpr
impl RefUnwindSafe for TypedExpr
impl Send for TypedExpr
impl Sync for TypedExpr
impl Unpin for TypedExpr
impl UnsafeUnpin for TypedExpr
impl UnwindSafe for TypedExpr
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