pub(crate) struct ExprAttr {
pub(crate) name: LitStr,
pub(crate) field_type_ident: Ident,
pub(crate) eval_kind_ident: Ident,
pub(crate) field_ident: Ident,
}Fields§
§name: LitStr§field_type_ident: Ident§eval_kind_ident: Ident§field_ident: IdentAuto Trait Implementations§
impl Freeze for ExprAttr
impl RefUnwindSafe for ExprAttr
impl !Send for ExprAttr
impl !Sync for ExprAttr
impl Unpin for ExprAttr
impl UnsafeUnpin for ExprAttr
impl UnwindSafe for ExprAttr
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