pub enum FieldName {
Fixed(IStr),
Dyn(LocExpr),
}Variants§
Trait Implementations§
impl StructuralPartialEq for FieldName
Auto Trait Implementations§
impl !Send for FieldName
impl !Sync for FieldName
impl Freeze for FieldName
impl RefUnwindSafe for FieldName
impl Unpin for FieldName
impl UnsafeUnpin for FieldName
impl UnwindSafe for FieldName
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