pub struct CopyDef {
pub selector: Value,
pub fields: FieldList,
pub pos: Position,
}
Expand description
Encodes a tuple Copy expression in the UCG AST.
Fields§
§selector: Value
§fields: FieldList
§pos: Position
Trait Implementations§
impl StructuralPartialEq for CopyDef
Auto Trait Implementations§
impl Freeze for CopyDef
impl RefUnwindSafe for CopyDef
impl !Send for CopyDef
impl !Sync for CopyDef
impl Unpin for CopyDef
impl UnwindSafe for CopyDef
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