pub struct StructInstantiation {
pub source_order_expressions: Vec<(usize, Expression)>,
pub struct_type_ref: NamedStructType,
}
Fields§
§source_order_expressions: Vec<(usize, Expression)>
§struct_type_ref: NamedStructType
Trait Implementations§
Source§impl Clone for StructInstantiation
impl Clone for StructInstantiation
Source§fn clone(&self) -> StructInstantiation
fn clone(&self) -> StructInstantiation
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto 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