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