pub struct NamedExpr {
pub name: &'static str,
pub expr: Expr,
}Fields§
§name: &'static str§expr: ExprImplementations§
Trait Implementations§
impl StructuralPartialEq for NamedExpr
Auto Trait Implementations§
impl Freeze for NamedExpr
impl RefUnwindSafe for NamedExpr
impl Send for NamedExpr
impl Sync for NamedExpr
impl Unpin for NamedExpr
impl UnsafeUnpin for NamedExpr
impl UnwindSafe for NamedExpr
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