pub struct StructInstantiation {
pub source_order_expressions: Vec<(usize, Expression)>,
pub struct_type_ref: StructTypeRef,
}
Fields§
§source_order_expressions: Vec<(usize, Expression)>
§struct_type_ref: StructTypeRef
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StructInstantiation
impl !RefUnwindSafe for StructInstantiation
impl !Send for StructInstantiation
impl !Sync for StructInstantiation
impl Unpin for StructInstantiation
impl !UnwindSafe for StructInstantiation
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