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§
Source§impl Clone for AnonymousStructLiteral
impl Clone for AnonymousStructLiteral
Source§fn clone(&self) -> AnonymousStructLiteral
fn clone(&self) -> AnonymousStructLiteral
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 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