pub struct RecField {
pub key: FieldKey,
pub value: Expr,
}
Fields§
§key: FieldKey
§value: Expr
Trait Implementations§
impl StructuralPartialEq for RecField
Auto Trait Implementations§
impl Freeze for RecField
impl RefUnwindSafe for RecField
impl Send for RecField
impl Sync for RecField
impl Unpin for RecField
impl UnwindSafe for RecField
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