pub struct RecordExprField {
pub name: Name,
pub value: Expr,
}Fields§
§name: Name§value: ExprTrait Implementations§
Source§impl Clone for RecordExprField
impl Clone for RecordExprField
Source§fn clone(&self) -> RecordExprField
fn clone(&self) -> RecordExprField
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RecordExprField
impl Debug for RecordExprField
Source§impl PartialEq for RecordExprField
impl PartialEq for RecordExprField
Source§fn eq(&self, other: &RecordExprField) -> bool
fn eq(&self, other: &RecordExprField) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for RecordExprField
impl StructuralPartialEq for RecordExprField
Auto Trait Implementations§
impl Freeze for RecordExprField
impl RefUnwindSafe for RecordExprField
impl Send for RecordExprField
impl Sync for RecordExprField
impl Unpin for RecordExprField
impl UnsafeUnpin for RecordExprField
impl UnwindSafe for RecordExprField
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