pub struct FieldExpr {
pub ident: Ident,
pub expr: RefineArg,
pub span: Span,
pub node_id: NodeId,
}Fields§
§ident: Ident§expr: RefineArg§span: Span§node_id: NodeIdTrait Implementations§
Auto Trait Implementations§
impl DynSend for FieldExpr
impl DynSync for FieldExpr
impl Freeze for FieldExpr
impl RefUnwindSafe for FieldExpr
impl Send for FieldExpr
impl Sync for FieldExpr
impl Unpin for FieldExpr
impl UnsafeUnpin for FieldExpr
impl UnwindSafe for FieldExpr
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