pub struct FieldInit {
pub id: HirId,
pub name: Symbol,
pub value: Expr,
pub field_idx: usize,
}Expand description
Field initialization
Fields§
§id: HirId§name: Symbol§value: Expr§field_idx: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for FieldInit
impl RefUnwindSafe for FieldInit
impl Send for FieldInit
impl Sync for FieldInit
impl Unpin for FieldInit
impl UnwindSafe for FieldInit
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