pub struct ParsedField {
pub name: Ident,
pub ty: Vec<TokenTree>,
pub attrs: FieldAttrs,
}Expand description
Parsed field information.
Fields§
§name: Ident§ty: Vec<TokenTree>§attrs: FieldAttrsImplementations§
Source§impl ParsedField
impl ParsedField
Auto Trait Implementations§
impl Freeze for ParsedField
impl RefUnwindSafe for ParsedField
impl !Send for ParsedField
impl !Sync for ParsedField
impl Unpin for ParsedField
impl UnsafeUnpin for ParsedField
impl UnwindSafe for ParsedField
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