pub struct KeyValueExpr {
pub key: Expr,
pub colon: Pos,
pub val: Expr,
}
Fields§
§key: Expr
§colon: Pos
§val: Expr
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KeyValueExpr
impl RefUnwindSafe for KeyValueExpr
impl !Send for KeyValueExpr
impl !Sync for KeyValueExpr
impl Unpin for KeyValueExpr
impl UnwindSafe for KeyValueExpr
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