pub enum StructField {
Scalar(Ident),
VecScalar(Ident),
Point(Ident),
VecPoint(Ident),
}
Expand description
Names and types of fields that might end up in a generated struct
Variants§
Auto Trait Implementations§
impl Freeze for StructField
impl RefUnwindSafe for StructField
impl !Send for StructField
impl !Sync for StructField
impl Unpin for StructField
impl UnwindSafe for StructField
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